For some reason my collecter won't work?
It doesn't give me an error or anything and ive been debugging for about 6 hours now. Any pointers are appreciated.
3 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 OPCode: https://sourceb.in/ntGEoEhrmw
It isnt even replying to the interaction so I have reason to believe its my collector, but like I said 0 clue.
createMessageCollector
creates a message collector
were you looking for createMessageComponentCollector
?