From 26d719f0fe55aad4f1c2adab3179dd4155fbff6b Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:55:28 +0700 Subject: [PATCH] fixes and reformat --- program/playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/playlist.py b/program/playlist.py index 893b2fc..fb3fb4d 100644 --- a/program/playlist.py +++ b/program/playlist.py @@ -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("❗️ **You've been blocked from using this bot!") + await message.reply_text("❗️ **You've blocked from using this bot!**") return if chat_id in QUEUE: chat_queue = get_queue(chat_id)