mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update mediainfo.py
This commit is contained in:
parent
5cf283cf80
commit
91d937fcae
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from utils import get_file_id
|
|||
|
||||
@app.on_message(filters.command(["mediainfo"], COMMAND_HANDLER) & wait(30))
|
||||
async def mediainfo(client, message):
|
||||
if not m.from_user: return
|
||||
if not message.from_user: return
|
||||
if message.reply_to_message and message.reply_to_message.media:
|
||||
process = await kirimPesan(message, "`Sedang memproses, lama waktu tergantung ukuran file kamu...`", quote=True)
|
||||
file_info = get_file_id(message.reply_to_message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue