From 8407649062f7aca50643088d14b68cbafb98328b Mon Sep 17 00:00:00 2001 From: Carter Himmel Date: Fri, 31 May 2024 16:55:43 -0600 Subject: [PATCH] chore: remove moderation from wotd command --- apps/bot/src/commands/general/word-of-the-day.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/bot/src/commands/general/word-of-the-day.ts b/apps/bot/src/commands/general/word-of-the-day.ts index d3a55d67..1f5b302e 100644 --- a/apps/bot/src/commands/general/word-of-the-day.ts +++ b/apps/bot/src/commands/general/word-of-the-day.ts @@ -8,7 +8,6 @@ import { fetchDefinition } from '#mw'; import { createWOTDContent, fetchWordOfTheDay } from '#mw/wotd.js'; import { RedisManager, DismissableAlertModule } from '#structures'; import { kRedis } from '#util/index.js'; -//import { UseModeration } from '../../hooks/contentModeration.js'; import { UseFeedbackAlert } from '../../hooks/dismissableAlert.js'; @injectable() @@ -20,7 +19,6 @@ export default class extends Command() @UseFeedbackAlert() public override async chatInput( interaction: InteractionParam,