second .update function erroring due to interaction already "replying"
I'm sorry if this is a common issue asked, I just need an answer as to why I cannot update the initial reply's embed twice (with components)? What should I be doing instead?
Both a user select menu and a button are below the initial reply. My goal is to get the input from both of the components on the embed.
6 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 OPThank you, I've got it working but it doesn't seem like the proper way to do it, am I doing alright?
is there a better way to get a specific value in the collection
like by name
:method: ModalSubmitFields#getTextInputValue()
Gets the value of a text input component given a custom id
that wasn't working earlier but ill try it again
lol i changed so much that it works now thanks