Removed unused features
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user