commands list

This commit is contained in:
mihalin 2021-09-10 23:21:23 +03:00
parent f52353fd14
commit f448d2c0c8

View File

@ -26,8 +26,8 @@ async def init_olgram():
await bot.set_my_commands( await bot.set_my_commands(
[ [
BotCommand("start", "Запустить бота"), BotCommand("start", "Запустить бота"),
BotCommand("addbot", "Добавить нового бота"), BotCommand("addbot", "Добавить бот"),
BotCommand("mybots", "Список ботов"), BotCommand("mybots", "Управление ботами"),
BotCommand("help", "Справка") BotCommand("help", "Справка")
] ]
) )