rm update_bot

This commit is contained in:
Vladless
2024-10-28 19:49:03 +03:00
parent f5394154a1
commit 474aabd83f
2 changed files with 3 additions and 4 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, update_bot
from handlers.admin import admin, admin_panel, user_editor
from handlers.keys import key_management, keys
from handlers import (notifications, pay,
profile, start, commands)