-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels