mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
commands list
This commit is contained in:
parent
f52353fd14
commit
f448d2c0c8
4
main.py
4
main.py
@ -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", "Справка")
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user