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 b99b7ca8..d3a55d67 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,7 @@ 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 { UseModeration } from '../../hooks/contentModeration.js'; import { UseFeedbackAlert } from '../../hooks/dismissableAlert.js'; @injectable()