How can i get ONLY the message from 1 person in a collector
how can i get ONLY the message from 1 person (for example the author of the interaction) in a collector?
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!
- ✅
Marked as resolved by OPBy making the filter only return true for that one person. (By checking for their user id)
so i put the filter like this?
That looks good
works
thank you very much sir