Get null from a reaction?
Hey guys I currently try to update my and getting null for <reaction>.count does someone know why?
5 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.Newset DJS Version (Did npm i discord.js@latest before)
No error
No code
My issue is explained in the text above
My intents in the client creation: https://sean.does-co.de/njiTSQL1
This are my partials: https://sean.does-co.de/cd4Qrbl0
and yes the reaction is a consolelog at the top of messageRactionAdd
Changed it but still the same log
null, null, null, null,
Okay I see now the problem it needs to fetch the msg first if the message got send before the client was ready
but thanks for you try to help me!