deferUpdate() problem

discord.js@14.9.0 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
d.js toolkit
d.js toolkit3mo ago
- 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
alesi
alesi3mo ago
No description
alesi
alesi3mo ago
After second cast, when I select an option, it returns 2 answers
No description
alesi
alesi3mo ago
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