From c7b02f242073b08134b4460bf4e47de346c1f0a9 Mon Sep 17 00:00:00 2001 From: Carter Date: Tue, 21 May 2024 20:54:25 -0600 Subject: [PATCH] Update word-of-the-day.ts --- apps/bot/src/commands/general/word-of-the-day.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()