messageReactionAdd not work

Hello, when I restart the bot, the messageReactionAdd event no longer captures new reactions, is this normal?
9 Replies
d.js toolkit
d.js toolkit2mo 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
chewie 🌈
chewie 🌈2mo ago
Yes, you need partials for that.
d.js docs
d.js docs2mo ago
:guide: Popular Topics: Partial Structures read more
Antalya
Antalya2mo ago
yes but
No description
Antalya
Antalya2mo ago
Something is missing ?
Svitkona
Svitkona2mo ago
what djs version are you on?
Antalya
Antalya2mo ago
But in the forum version choices it was not present
No description
Svitkona
Svitkona2mo ago
in v14, partials have been renamed from SCREAMING_CASE to CamelCase. check the guide (enums in general, not just partials)
Antalya
Antalya2mo ago
Ah I found out, it was because of my partial structure, thank you