1
0
Fork 0

Deactivated music command

Commando
Loic Bersier 6 years ago
parent f381c82576
commit eecc6ebbe5

@ -11,7 +11,7 @@ git clone https://gitlab.com/loicbersier/discordbot
npm init -y npm init -y
npm install discord.js discord.js-commando npm install discord.js discord.js-commando
``` ```
If you want to play music with the bot you will need node-opus and ytdl-core If you want to play music with the bot you will to first enable the music command by renaming "music" to "music.js" and after that you need node-opus and ytdl-core
``` ```
npm install node-opus ytdl-core npm install node-opus ytdl-core
``` ```
Loading…
Cancel
Save