отображение ключей и создание на сутки
This commit is contained in:
@@ -9,7 +9,7 @@ storage = MemoryStorage()
|
||||
dp = Dispatcher(bot=bot, storage=storage)
|
||||
router = Router()
|
||||
|
||||
from handlers import balance, keys, pay, profile, start
|
||||
from handlers import balance, keys, pay, profile, start, notifications
|
||||
from key_management import router as key_management_router
|
||||
|
||||
# Регистрация обработчиков
|
||||
@@ -19,6 +19,7 @@ dp.include_router(keys.router)
|
||||
dp.include_router(balance.router)
|
||||
dp.include_router(key_management_router)
|
||||
dp.include_router(pay.router)
|
||||
dp.include_router(notifications.router)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user