From 27301e3fa781e47a4c1bd9db8eec04639a71c8d3 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sun, 6 Feb 2022 11:58:35 +0700 Subject: [PATCH] none --- program/playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/playlist.py b/program/playlist.py index 7233ef5..893b2fc 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(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)