Skip to content

Commit

Permalink
fix purge modal customid
Browse files Browse the repository at this point in the history
  • Loading branch information
aMeow69 committed Dec 28, 2024
1 parent 8c87fb3 commit eabd865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/council/purge-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SlashCommand({
await interaction.showModal(
new ModalBuilder()
.setTitle("Council Purge")
.setCustomId("PURGE")
.setCustomId(interaction.commandName)
.addComponents(
new ActionRowBuilder<TextInputBuilder>().addComponents(reason),
new ActionRowBuilder<TextInputBuilder>().addComponents(users),
Expand Down

0 comments on commit eabd865

Please sign in to comment.