Skip to content

Commit

Permalink
Update word-of-the-day.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed May 22, 2024
1 parent 5cc2757 commit c7b02f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot/src/commands/general/word-of-the-day.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c7b02f2

Please sign in to comment.