Hey, someone recently hit me up on Discord asking for help with this error:
(node:20648) DeprecationWarning: The message event is deprecated. Use messageCreate instead
(Use `node --trace-deprecation ...` to show where the warning was created)
Updates would include:
client.on('message', (message) => {
to
client.on('messageCreate', (message) => {
Thanks
~Sebi
Hey, someone recently hit me up on Discord asking for help with this error:
Updates would include:
to
Thanks
~Sebi