added microfix

This commit is contained in:
2023-02-19 00:56:06 +02:00
parent 3d5a2eb1c7
commit d7ac9fe180
2 changed files with 2 additions and 1 deletions

View File

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