Skip to content

Commit

Permalink
No longer defer reply after modal is done
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-roesch committed Jul 27, 2024
1 parent 5b0bfe1 commit db45338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmds/edit-webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default {
time: 300_000
});
newContent = answer.fields.getTextInputValue('content').trim();
await answer.deferReply({ ephemeral: true });
} catch (error) {
if (error instanceof DiscordjsError && error.code === DiscordjsErrorCodes.InteractionCollectorError) {
return;
Expand Down

0 comments on commit db45338

Please sign in to comment.