This is a simple little bot made specifically for liveblogging discord servers. Please note that this bot is in its early stages and major changes are likely to occur in the future.
Currently, the only thing required to run ModBot is a working version of Node, the main.js file, and a config file with the format provided in botConfigExample.json. The update and command handlers can also be run seperately.
Sample startup:
node ./main.js ./botConfig.json
PM2 is recommended in place of nohup to run the bot as a daemon.
To run properly, any bots running this code should have the following permissions:
More permissions may be required as the bot is developed.
Built using Discord.js