Skip to content
Advertisement

Discord music bot: prefix not defined

I wanted to make a music discord bot and I’ve been having trouble with it for a while. and I keep getting an error and I got this code from CodeLyon’s video called “Make Your Own Discord Bot | Music Bot (Play, Skip, Stop Commands)”

I keep getting the same error when I try it:

ReferenceError: PREFIX is not defined

JavaScript

Advertisement

Answer

The error you are getting basically tells you that you have not defined the PREFIX variable.

At the top of your code you should add the following constant variable:

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