Skip to content

Commit be9b5a4

Browse files
fix: embed not updating
1 parent be728f6 commit be9b5a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/buttons/premium/webhookAvatar.ts

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const button: Button = {
3838
],
3939
} as ModalData).getData(interaction);
4040

41-
data?.modal.deferUpdate();
4241
const value = data?.fieldValues[0].value;
4342
let regex =
4443
/https?:\/\/(www.|i.|cdn.|media.)discordapp\.(com|net)\/attachments\/[^\s]+\/[^\s]+\/[^\s]+(.png|.jpg|.gif|.jpeg|.webp)/g;

0 commit comments

Comments
 (0)