2018-09-17 17:49:24 +02:00
|
|
|
# A simple discord bot
|
2018-09-17 17:44:41 +02:00
|
|
|
|
|
|
|
A simple discord bot made with discord.js and commando
|
|
|
|
|
|
|
|
### Installing
|
|
|
|
|
|
|
|
To install the bot do the following commands
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://gitlab.com/loicbersier/discordbot
|
|
|
|
npm init -y
|
2018-09-18 14:43:48 +02:00
|
|
|
npm install discord.js discord.js-commando
|
2018-09-18 14:21:03 +02:00
|
|
|
```
|
|
|
|
If you want to play music with the bot you will need node-opus and ytdl-core
|
|
|
|
```
|
2018-09-18 14:43:48 +02:00
|
|
|
npm install node-opus ytdl-core
|
2018-09-17 17:44:41 +02:00
|
|
|
```
|