Skip to content

Outdated message event #3

Description

@Dev-Sebi

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions