mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Fix
This commit is contained in:
parent
5d8ea16ba3
commit
91f2ab744c
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ async def stream_extract(bot, update):
|
||||||
try:
|
try:
|
||||||
link = update.message.reply_to_message.command[1]
|
link = update.message.reply_to_message.command[1]
|
||||||
except:
|
except:
|
||||||
raise StopPropagation
|
return await update.answer("⚠️ DONT DELETE YOUR MESSAGE!", True)
|
||||||
await update.message.edit("Processing...")
|
await update.message.edit("Processing...")
|
||||||
try:
|
try:
|
||||||
if codec == "aac":
|
if codec == "aac":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue