deferUpdate() problem
[email protected]
node v20.11.1
Hi guys, im having a problem using iteractions, im trying to make one collector inside another one, but im confused. I have a selector menu and a message waiter, it works fine, but if I cast the command again, it gives me two identical responses instead only one.
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 OPAfter second cast, when I select an option, it returns 2 answers
Oh you right mate, thanks!. I tried using collector stoppers and its working, but i dunno if it is a good way to solve the problem