This commit is contained in:
2023-03-28 11:15:03 +03:00
parent 61456b1044
commit d4349f1029
4 changed files with 51 additions and 4 deletions

View File

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