My second attempt at making a bot in javascript
Find a file
2021-06-22 06:48:41 +02:00
commands Prettify json files 2021-06-19 15:19:26 +02:00
server Declare variable 2021-06-22 06:48:41 +02:00
util Prettify json files 2021-06-19 15:19:26 +02:00
.gitignore Move config/data files into own directory 2021-04-21 19:27:29 +02:00
package-lock.json Update package-lock.json 2021-06-19 13:00:10 +02:00
package.json Update package.json 2021-06-21 21:44:26 +02:00
README.md Update README 2021-06-19 12:45:51 +02:00
server.js Create initial config automatically 2021-06-19 12:48:02 +02:00

discord_bot

A modular discord bot written in javascript, using the discord.js library.

This is my second attempt at making a discord bot.


To use the bot:

git clone https://github.com/SileNce5k/discord_bot.git
cd discord_bot
npm install
node server.js

The first time you start the bot with node server.js, it will create a directory called data with a config.json file.
In this file, enter your bot token.
You can also enter a login message, channel and enable it.
You can also change the global prefix.
Every time you want to change something in this file, you have to restart the bot.