fixes message
This commit is contained in:
parent
6f295790f8
commit
b91423f1bd
@ -87,7 +87,7 @@ async def vplay(c: Client, m: Message):
|
||||
)
|
||||
return await bot.leave_chat(chat_id)
|
||||
if await is_gbanned_user(user_id):
|
||||
await message.reply_text(f"❗️ {user_xd} **You've blocked from using this bot!**")
|
||||
await m.reply_text(f"❗️ {user_xd} **You've blocked from using this bot!**")
|
||||
return
|
||||
if m.sender_chat:
|
||||
return await m.reply_text(
|
||||
@ -389,7 +389,7 @@ async def vstream(c: Client, m: Message):
|
||||
)
|
||||
return await bot.leave_chat(chat_id)
|
||||
if await is_gbanned_user(user_id):
|
||||
await message.reply_text(f"❗️ {user_xd} **You've blocked from using this bot!**")
|
||||
await m.reply_text(f"❗️ {user_xd} **You've blocked from using this bot!**")
|
||||
return
|
||||
if m.sender_chat:
|
||||
return await m.reply_text(
|
||||
|
Loading…
Reference in New Issue
Block a user