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?
No description
5 Replies
d.js toolkit
d.js toolkit7mo 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
space
space7mo ago
By making the filter only return true for that one person. (By checking for their user id)
bob
bobOP7mo ago
so i put the filter like this?
No description
space
space7mo ago
That looks good
bob
bobOP7mo ago
works thank you very much sir

Did you find this page helpful?