diff --git a/commands/fun/music.js b/commands/fun/music similarity index 100% rename from commands/fun/music.js rename to commands/fun/music diff --git a/readme.md b/readme.md index 4a331d81..b44df287 100644 --- a/readme.md +++ b/readme.md @@ -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 ``` \ No newline at end of file