From 69d2e2a89979e3ef5a6b2275b0e422d5e20148b7 Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Tue, 10 Feb 2026 19:53:55 +0300 Subject: [PATCH] Fix promo failed message when using deeplink --- bot/handlers/user/start.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/handlers/user/start.py b/bot/handlers/user/start.py index f0cdb70..cff7e98 100644 --- a/bot/handlers/user/start.py +++ b/bot/handlers/user/start.py @@ -575,6 +575,7 @@ async def start_command_handler(message: types.Message, else: await session.rollback() logging.warning(f"Failed to auto-apply promo code '{promo_code_to_apply}' for user {user_id}: {result}") + await message.answer(str(result), parse_mode="HTML") # Continue to show main menu if promo failed except Exception as e: