From f448d2c0c8613ba75068b20759656fbcf93e8817 Mon Sep 17 00:00:00 2001 From: mihalin Date: Fri, 10 Sep 2021 23:21:23 +0300 Subject: [PATCH] commands list --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 27680fc..311a625 100644 --- a/main.py +++ b/main.py @@ -26,8 +26,8 @@ async def init_olgram(): await bot.set_my_commands( [ BotCommand("start", "Запустить бота"), - BotCommand("addbot", "Добавить нового бота"), - BotCommand("mybots", "Список ботов"), + BotCommand("addbot", "Добавить бот"), + BotCommand("mybots", "Управление ботами"), BotCommand("help", "Справка") ] )