The reply to this interaction has already been sent or deferred.
help i got this error while try to update button. I want when press detail, all 6 button change to something else
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 OPfor future
after using
deferUpdate
, you'll want to use editReply
to actually update the button's message
update
and deferUpdate
both can only be used as the initial response to an interactionthanks it work now