11 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.invoking it from a context menu interaction.
A bit of code, please?
calling modal
reading it.
prints
why would it have a message
a modal interaction isn't bound to any message
I like how you show a log of message, but not tje code that logs it.
But yea, modals are not messages, what did you expect?
oh, hmm, i remember i used it on some other codes, lemme try
oh i used to just update the message with the modals, like this
interaction.update({embeds: [_embed]});
so, is there any way to get message of it?
you will have to get the message some other way, modals have to relation to messages
kk will do something, thanks
why dont you just use awaitModalSubmit in your context command
hmm
that's a good idea
ty!
will close it