My second attempt at making a bot in javascript
Find a file
SileNce5k eefb3cd7f6
Add check for login message
Check if enableLoginMessage is set to true before attempting to send a
message.
2021-03-11 03:16:07 +01:00
commands Fix presence issues in userinfo command 2021-03-11 00:47:03 +01:00
util Delete cache of required files in util/ 2021-03-10 23:48:41 +01:00
package-lock.json Update package-lock.json 2021-03-11 00:48: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 check for login message 2021-03-11 03:16:07 +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.