Skip to content

Commit

Permalink
Change initial reply to deferReply
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Sep 26, 2022
1 parent eb6caaf commit aeee027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const initializeBot = () => {
(subcommandName ? ` ${subcommandName}'` : "'")
);
const startTime = performance.now();
await interaction.reply({ content: "*Processing...*", ephemeral: true });
await interaction.deferReply({ ephemeral: true });
await executable(interaction as CommandInteraction & { guildId: string });
const endTime = performance.now();
logger.info(
Expand Down

0 comments on commit aeee027

Please sign in to comment.