messageReactionAdd not work
Hello, when I restart the bot, the messageReactionAdd event no longer captures new reactions, is this normal?
9 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 OPYes, you need partials for that.
yes but
Something is missing ?
what djs version are you on?
But in the forum version choices it was not present
in v14, partials have been renamed from SCREAMING_CASE to CamelCase. check the guide
(enums in general, not just partials)
Ah I found out, it was because of my partial structure, thank you