fix: back on help #43

Merged
GiovaniFZ merged 3 commits from fix_help into main 2025-04-20 15:16:56 +00:00
Showing only changes of commit a376ba2740 - Show all commits

View file

@ -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' }],