Haha yes discord bot
Find a file
2018-09-18 20:32:22 +02:00
commands Removed music/assignrank 2018-09-18 20:27:49 +02:00
.gitignore Removed music/assignrank 2018-09-18 20:27:49 +02:00
config-exemple.json Added statsChannel OwnerID and support server invite link in config file 2018-09-18 13:52:20 +02:00
funfact.json Modified funfact 2 2018-09-18 13:21:08 +02:00
index.js disalbe auto response for the moment 2018-09-18 18:50:24 +02:00
LICENSE Ajout de LICENSE 2018-09-07 15:35:27 +00:00
randPic.json Added pic 2018-09-18 14:16:59 +02:00
randVid.json added pic/vid 2018-09-09 22:12:55 +02:00
readme.md Deactivated music command 2018-09-18 16:03:10 +02:00
reply.json ECKSDEE 2018-09-18 20:32:22 +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