Reaction collector for every message in every channel
Hi, I'd like users to be able to react to any message in a guild with a specific emojji and have my bot react on that interaction. Is this possible and does anyone have any example of this sort of implementation?
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!Use the messageReactionAdd event
Enable partials for old messages
👀
ty i'll take a look at that now