From a45a00e55bc1e20459ebe2e8f2969077e29adcad Mon Sep 17 00:00:00 2001 From: Vladless Date: Thu, 9 Jan 2025 03:16:53 +0300 Subject: [PATCH] fiatCryptobot/flowPayments/Buttons/fixNotify/BanOfUsers/fixTrial and more --- handlers/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/profile.py b/handlers/profile.py index 286c796b..991c7909 100644 --- a/handlers/profile.py +++ b/handlers/profile.py @@ -105,7 +105,7 @@ async def process_callback_view_profile( await conn.close() - +@router.message(F.text == "/tariffs") @router.callback_query(F.data == "view_tariffs") async def view_tariffs_handler(callback_query: types.CallbackQuery): builder = InlineKeyboardBuilder()