From 7219a1b3845c852ab8c8a66bfd8d5aef05f3eac0 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:56:10 +0700 Subject: [PATCH] fixes and reformat --- program/ytsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/ytsearch.py b/program/ytsearch.py index 119a492..b399606 100644 --- a/program/ytsearch.py +++ b/program/ytsearch.py @@ -10,7 +10,7 @@ from youtube_search import YoutubeSearch async def ytsearch(_, message: Message): 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 len(message.command) < 2: return await message.reply_text("/search **needs an argument !**")