#problem with modal (error on discord but nothing on terminal)
1 messages · Page 1 of 1 (latest)
when buton is press the modal spawn and normaly the selectmenu spawn when i finish modal
Show the collectorModal
Well, a modal isnt a MessageComponent
Tag suggestion for @shadow lantern:
If you are waiting for button or select menu input from a specific message, don't create the collector on the channel.
• Channel collectors return component interactions for any component within that channel.
- <Channel>.createMessageComponentCollector(…)
+ <Message>.createMessageComponentCollector(…)
Suggestion for @shadow lantern:
Other Interactions: Receiving modal submissions
read more
ty
I'm really sorry to bother you again but despite these explanations I haven't managed to solve my problem is it possible that we have to change😅