добавление freekassa
This commit is contained in:
@@ -10,8 +10,8 @@ router = Router()
|
||||
|
||||
from handlers.admin import admin, admin_panel, user_editor
|
||||
from handlers.keys import key_management, keys
|
||||
from handlers import (notifications, pay,
|
||||
profile, start, commands)
|
||||
from handlers.payment import pay, freekassa
|
||||
from handlers import (notifications, profile, start, commands)
|
||||
|
||||
dp.include_router(admin.router)
|
||||
dp.include_router(admin_panel.router)
|
||||
@@ -22,4 +22,5 @@ dp.include_router(profile.router)
|
||||
dp.include_router(keys.router)
|
||||
dp.include_router(key_management.router)
|
||||
dp.include_router(pay.router)
|
||||
dp.include_router(freekassa.router)
|
||||
dp.include_router(notifications.router)
|
||||
|
||||
Reference in New Issue
Block a user