Remove btn

This commit is contained in:
Zakhar Izmaylov
2024-11-11 22:49:45 +03:00
parent 282c7e83d5
commit 83eb59f663
2 changed files with 3 additions and 18 deletions
-12
View File
@@ -104,12 +104,6 @@ async def notify_10h_keys(
callback_data=f'renew_key|{record["client_id"]}',
)
],
[
types.InlineKeyboardButton(
text="💳 Пополнить баланс",
callback_data="replenish_balance",
)
],
[
types.InlineKeyboardButton(
text="👤 Мой профиль", callback_data="view_profile"
@@ -182,12 +176,6 @@ async def notify_24h_keys(
callback_data=f'renew_key|{record["client_id"]}',
)
],
[
types.InlineKeyboardButton(
text="💳 Пополнить баланс",
callback_data="replenish_balance",
)
],
[
types.InlineKeyboardButton(
text="👤 Мой профиль", callback_data="view_profile"