Deactivated music command

This commit is contained in:
Loic Bersier 2018-09-18 16:03:10 +02:00
parent f381c82576
commit eecc6ebbe5
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ git clone https://gitlab.com/loicbersier/discordbot
npm init -y
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
```