what permission is needed to listen for MessageReactionAdd in user's DMs?
I am using the boilerplate code from the example of "listening for a reaction on an old message" from the tutorial docs. the MessageReactionAdd event is only firing if my bot sends a message to a guild and the user reacts there. I would like this bot to work in DMs as well. what permission to I need for MessageReactionAdd to fire in DMs?
I am using v14.13.0, here is my code:
in my main file:
in my event file file:
thank you
2 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 OPthank you!
I will see if that works
yes that worked, okay this problem has been resolved