5 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!interactions need responses in order to not be considered failed
I don't see any code that actually responds to the interaction here
Responding to interactions:
-
#reply
immediately respond with a message
- #update
immediately update the original message (buttons, select menus)
- #showModal
immediately show a modal (cannot be deferred)
- #deferReply/Update
respond later (up to 15 minutes)
- #followUp
post an additional message
The initial response has to happen within 3s of receiving the interaction!Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View