From eecc6ebbe531062e33760e40586895c014365a0d Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Tue, 18 Sep 2018 16:03:10 +0200 Subject: [PATCH] Deactivated music command --- commands/fun/{music.js => music} | 0 readme.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename commands/fun/{music.js => music} (100%) 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