fixes
This commit is contained in:
parent
96e96dc96b
commit
e984bb5c64
@ -140,7 +140,7 @@ async def play(client, m: Message):
|
|||||||
reply_markup=keyboard,
|
reply_markup=keyboard,
|
||||||
)
|
)
|
||||||
except Exception as ep:
|
except Exception as ep:
|
||||||
await suhu.edit(f"❌ issues: `{ep}`")
|
await m.reply_text(f"❌ issues: `{ep}`")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if len(m.command) < 2:
|
if len(m.command) < 2:
|
||||||
@ -184,7 +184,7 @@ async def play(client, m: Message):
|
|||||||
reply_markup=keyboard,
|
reply_markup=keyboard,
|
||||||
)
|
)
|
||||||
except Exception as ep:
|
except Exception as ep:
|
||||||
await suhu.edit(f"❌ issues: `{ep}`")
|
await m.reply_text(f"❌ issues: `{ep}`")
|
||||||
|
|
||||||
|
|
||||||
@Client.on_message(command(["stream", f"stream@{BOT_USERNAME}"]) & other_filters)
|
@Client.on_message(command(["stream", f"stream@{BOT_USERNAME}"]) & other_filters)
|
||||||
@ -247,4 +247,4 @@ async def stream(client, m: Message):
|
|||||||
reply_markup=keyboard,
|
reply_markup=keyboard,
|
||||||
)
|
)
|
||||||
except Exception as ep:
|
except Exception as ep:
|
||||||
await suhu.edit(f"❌ issues: `{ep}`")
|
await m.reply_text(f"❌ issues: `{ep}`")
|
||||||
|
Loading…
Reference in New Issue
Block a user