Сделал две кнопки, как у меня
This commit is contained in:
@@ -20,11 +20,7 @@ def main_keyboard():
|
||||
return builder.as_markup()
|
||||
|
||||
|
||||
def account_keyboard():
|
||||
"""
|
||||
Аккаунт / профиль
|
||||
Визуал — твой, callback_data — как у Вовы.
|
||||
"""
|
||||
def balance_keyboard():
|
||||
builder = InlineKeyboardBuilder()
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
@@ -32,18 +28,6 @@ def account_keyboard():
|
||||
callback_data="popup",
|
||||
)
|
||||
)
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="🦴 Мои подписки",
|
||||
callback_data="buy_subscription",
|
||||
)
|
||||
)
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="📡 Руководство по подключению",
|
||||
callback_data="guide",
|
||||
)
|
||||
)
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="🧾 История транзакций",
|
||||
@@ -53,7 +37,7 @@ def account_keyboard():
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="🔙 Назад",
|
||||
callback_data="base",
|
||||
callback_data="profile",
|
||||
)
|
||||
)
|
||||
return builder.as_markup()
|
||||
|
||||
Reference in New Issue
Block a user