From c5938e6fac16e4f21640e134a24e7a7fe436c29c Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Tue, 18 Sep 2018 14:43:48 +0200 Subject: [PATCH] Forgot to put discord.js-commando as a requirement --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c936cdc3..4a331d81 100644 --- a/readme.md +++ b/readme.md @@ -9,10 +9,9 @@ To install the bot do the following commands ``` git clone https://gitlab.com/loicbersier/discordbot npm init -y -npm install discord.js +npm install discord.js discord.js-commando ``` If you want to play music with the bot you will need node-opus and ytdl-core ``` -npm install node-opus -npm install ytdl-core +npm install node-opus ytdl-core ``` \ No newline at end of file