fix logging

This commit is contained in:
Vladless
2024-11-15 23:15:19 +03:00
parent e2796d22e2
commit 0be6ed0631
3 changed files with 16 additions and 23 deletions
+1 -1
View File
@@ -12,9 +12,9 @@ router = Router()
from handlers import commands, coupons, donate, notifications, pay, profile, start
from handlers.admin import admin_commands, admin_coupons, admin_panel, admin_user_editor
from handlers.instructions import instructions
from handlers.keys import key_management, keys
from handlers.payments import cryprobot_pay, freekassa_pay, robokassa_pay, stars_pay, yookassa_pay
from handlers.instructions import instructions
dp.include_router(admin_commands.router)
dp.include_router(admin_coupons.router)