DEV Community

Discussion on: Writing a music command for your discord.js bot (Updated March 2020)

Collapse
 
satanis0504 profile image
Satanis0504

Hello, I am a beginner. After basically following your steps and using command !play I have this error and my bot says this:

An error occurred while running the command: TypeError: Cannot read property 'isTriviaRunning' of undefined
You shouldn't ever receive an error like this.
Please contact [my discord id]

Collapse
 
galnir profile image
Nir

This usually happens if you copy code instead of cloning the repository. Make sure you clone it using Git and follow the instructions in the repository