My second attempt at making a bot in javascript
Find a file
2021-06-19 10:26:39 +02:00
commands Edit example 2021-06-19 10:26:39 +02:00
util Move config/data files into own directory 2021-04-21 19:27:29 +02:00
.gitignore Move config/data files into own directory 2021-04-21 19:27:29 +02:00
package-lock.json Add ability to upload modules to the bot via discord 2021-03-15 23:29:49 +01:00
package.json Add ability to upload modules to the bot via discord 2021-03-15 23:29:49 +01:00
README.md Update README.md 2021-03-13 01:37:23 +01:00
server.js Indent code after if statement 2021-06-14 20:25:14 +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.