fix: исправление query в menu_command

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mirivlad 2026-02-24 04:26:36 +08:00
parent 09f25676e9
commit 77417c7db9
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -998,7 +998,7 @@ async def menu_command(update: Update, context: ContextTypes.DEFAULT_TYPE):
f"📁 *Директория:* `{working_dir}`\n\n" f"📁 *Директория:* `{working_dir}`\n\n"
f"Выберите действие:", f"Выберите действие:",
parse_mode="Markdown", parse_mode="Markdown",
reply_markup=menu_builder.get_keyboard("main", user_id=query.from_user.id) reply_markup=menu_builder.get_keyboard("main", user_id=update.effective_user.id)
) )