New update Modal Components

after new update for Modals how can i use modal with select menu?
10 Replies
d.js toolkit
d.js toolkit•15h ago
Merk
MerkOP•15h ago
discord.js@14.19.3
Samtino
Samtino•15h ago
with DJS...you currently can't DJS does not yet support Label components
Samtino
Samtino•15h ago
you can send the modals yourself but you won't be able to respond to them
Merk
MerkOP•15h ago
why?
Samtino
Samtino•15h ago
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)
Merk
MerkOP•15h ago
if i use json like in docs will work or not ?
Samtino
Samtino•15h ago
to SEND...not receive
Merk
MerkOP•15h ago
thank you

Did you find this page helpful?