This commit is contained in:
levina 2022-02-06 11:58:35 +07:00 committed by GitHub
parent dd8c706759
commit 27301e3fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ async def playlist(client, m: Message):
chat_id = m.chat.id
user_id = message.from_user.id
if await is_gbanned_user(user_id):
await message.reply_text(f"❗️ **You've been blocked from using this bot!")
await message.reply_text("❗️ **You've been blocked from using this bot!")
return
if chat_id in QUEUE:
chat_queue = get_queue(chat_id)