From 193a2067542459272c18dc230e4c702e0ff4f5ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= <loic.bersier1@gmail.com>
Date: Fri, 28 Sep 2018 14:21:14 +0000
Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20readme.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 5baa5f1e..14c11983 100644
--- a/readme.md
+++ b/readme.md
@@ -9,7 +9,7 @@ To install the bot do the following commands
 ```
 git clone https://gitlab.com/loicbersier/discordbot
 npm init -y
-npm install discord.js discord.js-commando
+npm install
 ```
 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
 ```