Skip to content

Commit

Permalink
fix(tmp): disable wotd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed May 22, 2024
1 parent 15bf687 commit 5cc2757
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 @@ -20,7 +20,7 @@ export default class<Cmd extends typeof WordOfTheDayCommand> extends Command<Cmd
super();
}

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

0 comments on commit 5cc2757

Please sign in to comment.