diff options
Diffstat (limited to 'commands.py')
| -rw-r--r-- | commands.py | 2 |
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")], |