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) )