Added instruction for playing music in voice chat with youtube link
This commit is contained in:
parent
75ff48d12c
commit
f86d77ab06
1 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,8 @@ git clone https://gitlab.com/loicbersier/discordbot
|
||||||
npm init -y
|
npm init -y
|
||||||
npm install discord.js
|
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
|
||||||
|
```
|
Loading…
Reference in a new issue