Haha yes discord bot
Find a file
2018-09-27 19:11:14 +02:00
commands Renamed embed 2018-09-27 19:11:14 +02:00
json added reply 2018-09-26 16:22:55 +02:00
.gitignore 2018-09-19 16:43:38 +02:00
config-exemple.json added exemple 2018-09-26 13:30:29 +02:00
emojiCharacters.js Added "?" and "!" 2018-09-23 18:00:47 +02:00
index.js show guild icon when bot get invited or kicked 2018-09-27 15:36:24 +02:00
LICENSE Ajout de LICENSE 2018-09-07 15:35:27 +00:00
package.json Added a basic weather command 2018-09-26 13:23:45 +02:00
readme.md Fixed "commande" to "commando" 2018-09-22 19:27:38 +02:00
TODO 2018-09-19 01:21:10 +02:00

A simple discord bot

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

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
Special thanks to

discord.js (https://github.com/discordjs) for providing discord.js, commando and the discord.js guide
[TG/LW] Tina the Cyclops#5861 for inspiring me to make this bot