From a376ba27404838ce653b88db76c825798d96aaeb Mon Sep 17 00:00:00 2001 From: GiovaniFZ Date: Sun, 20 Apr 2025 11:34:29 -0300 Subject: [PATCH] fix: back on help --- src/commands/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/help.js b/src/commands/help.js index 163af25..a9b7612 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -11,7 +11,6 @@ async function sendHelpMessage(ctx, isEditing) { const options = { parse_mode: 'Markdown', disable_web_page_preview: true, - reply_to_message_id: ctx.message.message_id, reply_markup: { inline_keyboard: [ [{ text: Strings.mainCommands, callback_data: 'helpMain' }, { text: Strings.usefulCommands, callback_data: 'helpUseful' }],