Add image for balance/payment menu

This commit is contained in:
Capybara-z
2025-06-23 00:52:31 +03:00
parent 58cda2e5ff
commit 6bfa94d9bb
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -305,4 +305,4 @@ async def handle_subscription(request: web.Request) -> web.Response:
except Exception as e:
logger.error(f"Ошибка в handle_subscription: {e}", exc_info=True)
return web.Response(text=f"❌ Ошибка сервера: {e}", status=500)
return web.Response(text=f"❌ Ошибка сервера: {e}", status=500)
+1 -1
View File
@@ -112,7 +112,7 @@ async def balance_handler(callback_query: CallbackQuery, session: AsyncSession):
builder.row(InlineKeyboardButton(text=MAIN_MENU, callback_data="profile"))
text = BALANCE_MANAGEMENT_TEXT.format(balance=balance)
image_path = os.path.join("img", "pic.jpg")
image_path = os.path.join("img", "pay.jpg")
await edit_or_send_message(
target_message=callback_query.message,
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB