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
d.js toolkit
d.js toolkit5mo 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!
Christopher Long
Christopher LongOP5mo ago
discord.js@14.15.3 node@v20.16.0
Mark
Mark5mo ago
Use the messageReactionAdd event Enable partials for old messages
Christopher Long
Christopher LongOP5mo ago
👀 ty i'll take a look at that now

Did you find this page helpful?