From 1f22a05944709b125ef2ceebc7e9457a0f93486c Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Mon, 20 Oct 2025 20:05:45 -0400 Subject: [PATCH] Remove unused commands. --- src/bot/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bot/index.ts b/src/bot/index.ts index 408da66..5fe9265 100644 --- a/src/bot/index.ts +++ b/src/bot/index.ts @@ -71,8 +71,8 @@ export function createBot( // Commands protectedBot.use(botInfoCommand); - protectedBot.use(getGroupIDCommand); - protectedBot.use(isWKCGroup); + // protectedBot.use(getGroupIDCommand); + // protectedBot.use(isWKCGroup); protectedBot.use(helpCommand); // Blacklist Feature