Haha yes discord bot
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Loïc Bersier d0066d189f Added "?" and "!" 6 years ago
commands Put in the correct category 6 years ago
json Added a vid 6 years ago
.gitignore 6 years ago
LICENSE Ajout de LICENSE 6 years ago
TODO 6 years ago
config-exemple.json Added statsChannel OwnerID and support server invite link in config file 6 years ago
emojiCharacters.js Added "?" and "!" 6 years ago
index.js removed delreply 6 years ago
package.json 6 years ago
readme.md Fixed "commande" to "commando" 6 years ago

readme.md

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