Skip to content

Commit

Permalink
Fix webhook editing modal timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-roesch committed Jul 20, 2024
1 parent 9d458df commit 5b0bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/edit-webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
try {
answer = await interaction.awaitModalSubmit({
filter,
time: 10_000
time: 300_000
});
newContent = answer.fields.getTextInputValue('content').trim();
await answer.deferReply({ ephemeral: true });
Expand Down

0 comments on commit 5b0bfe1

Please sign in to comment.