From 77417c7db93a774b049fcd16b55c013641b2392c Mon Sep 17 00:00:00 2001 From: mirivlad Date: Tue, 24 Feb 2026 04:26:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20query=20=D0=B2=20menu=5Fcomman?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Qwen-Coder --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 5409f2d..ff64376 100644 --- a/bot.py +++ b/bot.py @@ -998,7 +998,7 @@ async def menu_command(update: Update, context: ContextTypes.DEFAULT_TYPE): f"πŸ“ *ДирСктория:* `{working_dir}`\n\n" f"Π’Ρ‹Π±Π΅Ρ€ΠΈΡ‚Π΅ дСйствиС:", 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) )