fixes
This commit is contained in:
parent
7d2829777b
commit
158a14c3f7
@ -319,7 +319,7 @@ async def data_stream_markup(_, query: CallbackQuery):
|
||||
await query.edit_message_text(f"🚫 **error:**\n\n`{e}`", reply_markup=close_mark)
|
||||
else:
|
||||
await query.answer("❌ nothing is currently streaming", show_alert=True)
|
||||
if data = "set_unmute":
|
||||
if data == "set_unmute":
|
||||
if await is_gbanned_user(user_id):
|
||||
await query.answer("❗️ You've blocked from using this bot!", show_alert=True)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user