Skip to content

Commit

Permalink
fix(modmail): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeofel committed Apr 25, 2024
1 parent 3799814 commit 0ff5e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async (interaction: ChatInputCommandInteraction): Promise<Command
if (interaction.guild === null) return;

const modal = new ModalBuilder()
.setCustomId('modmail_modal_chatting')
.setCustomId('modmail_modal_chatting')

const one = new TextInputBuilder()
.setCustomId('title')
Expand Down

0 comments on commit 0ff5e23

Please sign in to comment.