My second attempt at making a bot in javascript
Find a file
SileNce5k ec456a9b32
Add online message
When the bot comes online, it will send a specified message to a
specified channel. Both specified in config.json
2021-03-11 00:14:49 +01:00
commands Remove unused import 2021-03-10 23:44:47 +01:00
util Delete cache of required files in util/ 2021-03-10 23:48:41 +01:00
package-lock.json Rename the project. 2021-03-10 18:10:15 +01:00
package.json Rename the project. 2021-03-10 18:10:15 +01:00
README.md Edit README.md 2021-03-10 18:19:13 +01:00
server.js Add online message 2021-03-11 00:14:49 +01: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.