Forgot to put discord.js-commando as a requirement
This commit is contained in:
parent
6647474d8a
commit
c5938e6fac
1 changed files with 2 additions and 3 deletions
|
@ -9,10 +9,9 @@ To install the bot do the following commands
|
||||||
```
|
```
|
||||||
git clone https://gitlab.com/loicbersier/discordbot
|
git clone https://gitlab.com/loicbersier/discordbot
|
||||||
npm init -y
|
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
|
If you want to play music with the bot you will need node-opus and ytdl-core
|
||||||
```
|
```
|
||||||
npm install node-opus
|
npm install node-opus ytdl-core
|
||||||
npm install ytdl-core
|
|
||||||
```
|
```
|
Loading…
Reference in a new issue