fixes
This commit is contained in:
parent
a55eeab097
commit
240622f02a
@ -25,7 +25,7 @@ async def playlist(client, m: Message):
|
|||||||
chat_id = m.chat.id
|
chat_id = m.chat.id
|
||||||
user_id = m.from_user.id
|
user_id = m.from_user.id
|
||||||
if await is_gbanned_user(user_id):
|
if await is_gbanned_user(user_id):
|
||||||
await message.reply_text("❗️ **You've blocked from using this bot!**")
|
await m.reply_text("❗️ **You've blocked from using this bot!**")
|
||||||
return
|
return
|
||||||
if chat_id in QUEUE:
|
if chat_id in QUEUE:
|
||||||
chat_queue = get_queue(chat_id)
|
chat_queue = get_queue(chat_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user