You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hey, someone recently hit me up on Discord asking for help with this error:
Updates would include:
to
Thanks
~Sebi
The text was updated successfully, but these errors were encountered: