Haha-Yes/readme.md

22 lines
657 B
Markdown
Raw Normal View History

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
npm install discord.js discord.js-commando
```
2018-09-18 16:03:10 +02:00
If you want to play music with the bot you will to first enable the music command by renaming "music" to "music.js" and after that you need node-opus and ytdl-core
```
npm install node-opus ytdl-core
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