From f86d77ab06be5322a94a5c7851f4d130dea6df2b Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Tue, 18 Sep 2018 14:21:03 +0200 Subject: [PATCH] Added instruction for playing music in voice chat with youtube link --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index c4fa1f66..c936cdc3 100644 --- a/readme.md +++ b/readme.md @@ -10,4 +10,9 @@ To install the bot do the following commands git clone https://gitlab.com/loicbersier/discordbot npm init -y npm install discord.js +``` +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 ``` \ No newline at end of file