10 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