Message reaction event
Hey, I'm trying to listen for reactions on a message Id but there's no output when I react to the message, could someone please take a look at my code?
events/messageReact.js: https://srcb.in/N4rowidb3P
index.js: https://srcb.in/kAhoNVXfIY
4 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!I'll give that a go
Still not getting any output from it but here's my updated code
Index.js: https://srcb.in/Damqi4pKHe
messageReact.js: https://srcb.in/WcHwr7LIQZ
messageCreate.js: https://srcb.in/B34kfjPgDe (only updated to use partials)
Oop