From 814df5ba35dc603e7e02741bde1d5066ec8c2fae Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:49:11 -0500 Subject: [PATCH] remove console lof --- src/bot/features/botInfoCommand.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bot/features/botInfoCommand.ts b/src/bot/features/botInfoCommand.ts index 02e96e6..32cd301 100644 --- a/src/bot/features/botInfoCommand.ts +++ b/src/bot/features/botInfoCommand.ts @@ -14,9 +14,6 @@ feature.hears( "/botInfo", logHandle("bot-info-command"), async (ctx: Context) => { - console.info( - "BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO! BOT INFO!" - ); if (ctx.chat && ctx.msg) { await ctx.reply( `I am a bot designed to delete any Twitter/X links and reformatting services within groups\\. By default I only work with whitelisted group IDs\\.\n\nYou can fork me from this link: https://github\\.com/lucid\\-creations\\-media/no\\-twitter\\-bot and deploy me for use in your own groups\\!`,