Порядок. Исправления мелких недочетов

This commit is contained in:
Vladless
2024-10-27 01:03:00 +03:00
parent 77084b1ff2
commit 83d589fff5
6 changed files with 171 additions and 46 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ dp = Dispatcher(bot=bot, storage=storage)
router = Router()
from handlers import (backup_handler, key_management, keys, notifications, pay,
profile, start, admin)
profile, start, admin, commands)
dp.include_router(commands.router)
dp.include_router(start.router)
dp.include_router(profile.router)
dp.include_router(keys.router)