From 39b2b2c887863e09ddd62047a28dec2852d4f2e5 Mon Sep 17 00:00:00 2001 From: Verum Date: Wed, 26 Feb 2025 09:20:07 +0700 Subject: [PATCH] =?UTF-8?q?1.2=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20/h?= =?UTF-8?q?elp=20=D0=B8=D0=BC=D0=B5=D0=B5=D1=82=20cbd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotCode/routers/commands/user_cmd/help_cmd.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BotCode/routers/commands/user_cmd/help_cmd.py b/BotCode/routers/commands/user_cmd/help_cmd.py index 4979449..eaa87a6 100644 --- a/BotCode/routers/commands/user_cmd/help_cmd.py +++ b/BotCode/routers/commands/user_cmd/help_cmd.py @@ -12,7 +12,6 @@ help_cmd = CommandHandler( name="help", description="Получить помощь", keywords=["help", "info", "помощь", "инфо", "информация", "рудз", "штащ", "byaj", "gjvjom", "byajhvfwbz"], - callbackdata="keywords", - keyboard=get_help_kb, + keyboard=get_help_kb, callbackdata=["keywords"], text_msg="Привет! Это команда помощи. Тут ты можешь узнать, как пользоваться ботом.", )