Skip to content

Commit

Permalink
Remove a debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburntRock89 committed May 21, 2023
1 parent e4dc66a commit cefd960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/wizard/modalSubmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class WizardModalSubmit extends ModalProcessor {
});

if (dbNumber) {
this.interaction.reply({ content: `${this.t("errors.numberInUse")} ${this.interaction.guild ? "0301" : "0900"}`, ephemeral: true });
this.interaction.reply({ content: `${this.t("errors.numberInUse")}`, ephemeral: true });
return;
}

Expand Down

0 comments on commit cefd960

Please sign in to comment.