#Can't send modals ( An error occured )

1 messages · Page 1 of 1 (latest)

wispy rock

Hi, i'm getting an error while sending modals
code: js if(interaction.type === InteractionType.ModalSubmit) { console.log(interaction) if((interaction as ModalSubmitInteraction).customId === "modal-contact-admin") { console.log((interaction as ModalSubmitInteraction).fields.getField("modal-input-admin").value) }

Error : An error occured | directly on the modal

I receive the interaction correctly, seems he cant handle it.