messageUpdate Event
Hello, I'm trying to do a logging system for my bot and I ran into a problem when it cames to message updates.
oldMessage
returns the right thing but newMessage
returns undefined.
Here is my code :
And here is my eventHandler :
3 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.the event only takes 2 params
assuming you didn't add a third one
Solved