Исправил пару вещей
This commit is contained in:
@@ -13,7 +13,6 @@ def main_keyboard():
|
||||
callback_data="profile",
|
||||
)
|
||||
)
|
||||
# ------
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="❔ FAQ ❔",
|
||||
@@ -102,7 +101,7 @@ def popup_keyboard():
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="🔙 Назад",
|
||||
callback_data="profile", # назад в профиль
|
||||
callback_data="profile",
|
||||
)
|
||||
)
|
||||
return builder.as_markup()
|
||||
@@ -180,7 +179,7 @@ def ticket_keyboard():
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="🔙 Отмена",
|
||||
callback_data="cancel",
|
||||
callback_data="cancel_ticket", # БЫЛО "cancel"
|
||||
)
|
||||
)
|
||||
return builder.as_markup()
|
||||
|
||||
Reference in New Issue
Block a user