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