aboutsummaryrefslogtreecommitdiff
path: root/commands.py
diff options
context:
space:
mode:
authorhuker667 <huker@tuta.io>2026-08-04 22:18:25 +0300
committerhuker667 <huker@tuta.io>2026-08-04 22:18:25 +0300
commit0b09d32d47734cabf357601dd76cfbd30402063d (patch)
treea5ce0f22ae663305f61c0753d57fe2bb00cca9e6 /commands.py
parent3e6b137bf360c5d8856de656d26f1f26d0c78190 (diff)
downloaduzbekgpt-0b09d32d47734cabf357601dd76cfbd30402063d.tar.gz
uzbekgpt-0b09d32d47734cabf357601dd76cfbd30402063d.tar.bz2
uzbekgpt-0b09d32d47734cabf357601dd76cfbd30402063d.zip
фикс фикс прошлого коммита
Diffstat (limited to 'commands.py')
-rw-r--r--commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.py b/commands.py
index c41bb45..08fb4b3 100644
--- a/commands.py
+++ b/commands.py
@@ -338,7 +338,7 @@ async def start_handler(message: Message, command: CommandObject):
]
)
else:
- InlineKeyboardMarkup(
+ keyboard = InlineKeyboardMarkup(
inline_keyboard=[
[InlineKeyboardButton(text="✅ добавить", callback_data=f"ap%{user_id}%{prompt_user_id}%{prompt_id}")],
[InlineKeyboardButton(text="✅🔗 доб. + установить", callback_data=f"sp%{user_id}%{prompt_user_id}%{prompt_id}%2")],