New update Modal Components
after new update for Modals
how can i use modal with select menu?
13 Replies
discord.js@14.19.3
with DJS...you currently can't
DJS does not yet support Label components
you can send the modals yourself but you won't be able to respond to them
why?
cuz DJS doesn't recognize the new components in the
InteractionCreate event and will see them as malformed data and throw out the event
you can add logic to handle the raw gateway events yourself to get around this...but that is outside the scope of the library (you could use the source code for the lib however as inspiration)if i use json like in docs will work or not ?
to SEND...not receive
thank you
just wait for the update for the support (or create a pull request if you want to make it happen faster ?)
yaaaay yippee :DDD
oh shit my bad
The issue has been marked as solved by support staff