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(
[
BotCommand("start", "Запустить бота"),
BotCommand("addbot", "Добавить нового бота"),
BotCommand("mybots", "Список ботов"),
BotCommand("addbot", "Добавить бот"),
BotCommand("mybots", "Управление ботами"),
BotCommand("help", "Справка")
]
)