#Problème with modal

1 messages · Page 1 of 1 (latest)

sinful shore
#

Hello I have a problem with modal. The modal spawn but when I try to valid my answer this error code as return on discord (view picture) but no message error on console. Can you help me?

dim panther
#

Then you didn’t reply to the ModalSubmitInteraction

sinful shore
real orioleBOT
dim panther
#

Your courseCollector there can‘t collect ModalSubmitInteraction. Because Modals aren’t MessageComponents and because you immediately return when it‘s not a button anyway

real orioleBOT
dim panther
#

Maybe this helps

sinful shore
#

I have try to add interaction.awaitModalSubmit({ courseFilter, time: 15000 }); but same error

dim panther
#

In your case it should be const modalSubmit = await i.awaitModalSubmit(…); and then you can get the fields from that and modalSubmit.reply(…)

#

In your courseCollector after showModal