diff --git a/bot/handlers/admin/common.py b/bot/handlers/admin/common.py index 8204404..677630b 100644 --- a/bot/handlers/admin/common.py +++ b/bot/handlers/admin/common.py @@ -127,6 +127,9 @@ async def admin_panel_actions_callback_handler( from . import payments as admin_payments_handlers await admin_payments_handlers.view_payments_handler( callback, i18n_data, settings, session) + elif action == "ads": + from . import ads as admin_ads_handlers + await admin_ads_handlers.show_ads_menu(callback, settings, i18n_data, session) elif action == "main": try: await callback.message.edit_text(