From a1896b12c952f51884cb1455cdd79dbfa1429f78 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Fri, 24 Jan 2025 20:42:47 -0300 Subject: [PATCH] Disabled help maintenance --- src/commands/help.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/commands/help.js b/src/commands/help.js index 7315e70..131e78a 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -29,14 +29,10 @@ async function sendHelpMessage(ctx, isEditing) { } module.exports = (bot) => { - // bot.help(spamwatchMiddleware, async (ctx) => { - // await sendHelpMessage(ctx); - // }); - bot.help(spamwatchMiddleware, async (ctx) => { - ctx.reply("\`\`[DISABLED BY MAINTENANCE, SORRY ABOUT THAT]\`\`") - }) - + await sendHelpMessage(ctx); + }); + bot.command("about", spamwatchMiddleware, async (ctx) => { const Strings = getStrings(ctx.from.language_code); const aboutMsg = Strings.botAbout.replace("{sourceLink}", `${process.env.botSource}`);