Skip to content
Advertisement

Bare bones level system receiving errors [closed]

I’m having issues with a very bare bones level system with my discord bot, here’s the error and code:

JavaScript

The error:

JavaScript

Advertisement

Answer

What @larsks said in the comment. Only pass message as a parameter for on_message. To get the member, instead do:

member = message.author This sets the member variable to the author of the message.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement