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
|
|
|
|
|
2018-10-18 12:43:34 +02:00
|
|
|
To install you need the dependency for **node-canvas** https://github.com/Automattic/node-canvas
|
2018-10-17 19:22:09 +02:00
|
|
|
|
|
|
|
then for the bot do the following commands
|
2018-09-17 17:44:41 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://gitlab.com/loicbersier/discordbot
|
2018-09-28 16:21:14 +02:00
|
|
|
npm install
|
2018-09-18 14:21:03 +02:00
|
|
|
```
|
2018-09-19 23:48:23 +02:00
|
|
|
|
2018-09-19 23:51:43 +02:00
|
|
|
##### Special thanks to
|
2018-09-19 23:48:23 +02:00
|
|
|
|
2018-09-22 19:27:38 +02:00
|
|
|
discord.js (https://github.com/discordjs) for providing discord.js, commando and the discord.js guide<br>
|
2018-09-19 23:48:23 +02:00
|
|
|
[TG/LW] Tina the Cyclops#5861 for inspiring me to make this bot
|