bot command

This commit is contained in:
tema 2023-03-28 10:26:26 +03:00
parent 42a0579f2e
commit 61456b1044
Signed by: tema
GPG Key ID: 21FDB6D162488F6F

View File

@ -7,5 +7,6 @@ async def set_commands(dp):
types.BotCommand("help", "информация"),
types.BotCommand("link", "получить ссылку на файл"),
types.BotCommand('timetable', "Розклад"),
types.BotCommand('feedback', "Звязок з адміністратором")
types.BotCommand("reload", "только для администрации"),
])