Removed unused features

This commit is contained in:
2025-11-27 18:16:03 -05:00
parent 3a03bbc47b
commit f2aa778722
3 changed files with 0 additions and 138 deletions

View File

@@ -16,10 +16,8 @@ import { MemorySessionStorage, Bot as TelegramBot } from "grammy";
import { twitterBlacklist } from "./features/twitterBlacklist.js";
import { metaBlacklist } from "./features/metaBlacklist.js";
import { botInfoCommand } from "./features/botInfoCommand.js";
import { getGroupIDCommand } from "./features/getGroupIDCommand.js";
import { helpCommand } from "./features/helpCommand.js";
import { embedCheck } from "./features/embedCheck.js";
import { isWKCGroup } from "./features/isWKCGroup.js";
interface Dependencies {
config: Config;
@@ -71,8 +69,6 @@ export function createBot(
// Commands
protectedBot.use(botInfoCommand);
// protectedBot.use(getGroupIDCommand);
// protectedBot.use(isWKCGroup);
protectedBot.use(helpCommand);
// Blacklist Feature