Missing modal update method
According to this guide, there is a method to update the message when the modal was shown from a ButtonInteraction. But here it is missing.
DiscordJS version:
NodeJS version:
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.

4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OP:method: ModalSubmitInteraction#isFromMessage()
[email protected]
Whether this is from a MessageComponentInteraction.Check if it's from a message first
Oh! It worked. Thank you so much :luv: