This commit is contained in:
Vladless
2024-10-28 00:26:24 +03:00
parent 869a0e8472
commit 0d390bb9cc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ storage = MemoryStorage()
dp = Dispatcher(bot=bot, storage=storage)
router = Router()
from handlers.admin import admin, admin_panel, user_editor
from handlers.admin import admin, admin_panel, user_editor, update_bot
from handlers.keys import key_management, keys
from handlers import (notifications, pay,
profile, start, commands)