From b99b19cabc126da3c8aa39826e849c8bc5bc6255 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Date: Thu, 3 Oct 2024 22:28:00 -0300 Subject: [PATCH] Sample commit --- commands/main.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/commands/main.js b/commands/main.js index dc65c88..9309d35 100644 --- a/commands/main.js +++ b/commands/main.js @@ -11,8 +11,7 @@ module.exports = (bot) => { caption: Strings.lynxWelcome, parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id - } - ); + }); }); bot.command('privacy', spamwatchMiddleware, async (ctx) => { @@ -22,7 +21,6 @@ module.exports = (bot) => { parse_mode: 'Markdown', disable_web_page_preview: true, reply_to_message_id: ctx.message.message_id - } - ); + }); }); }; \ No newline at end of file