Skip to content

Commit

Permalink
chore: remove moderation from wotd command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed May 31, 2024
1 parent 20589f1 commit 8407649
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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,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()
Expand All @@ -20,7 +19,6 @@ export default class<Cmd extends typeof WordOfTheDayCommand> extends Command<Cmd
super();
}

//@UseModeration<Cmd>()
@UseFeedbackAlert()
public override async chatInput(
interaction: InteractionParam,
Expand Down

0 comments on commit 8407649

Please sign in to comment.