Skip to content

Commit

Permalink
wait gotta reply
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <[email protected]>
  • Loading branch information
cobaltt7 committed May 20, 2023
1 parent 0aba611 commit 7a396a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/modInterestForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,9 @@ defineModal("modInterestForm", async (interaction) => {
},
],
});
await interaction.reply({
ephemeral: true,
content: `${constants.emojis.statuses.yes} Thanks for filling it out!`,
});
await giveXp(interaction.user, url);
});

0 comments on commit 7a396a5

Please sign in to comment.