Logger is a powerful Discord bot meant to give staff members oversight over the various actions taking place in their server. Come talk about me with my creator at Logger's Lounge.
You are mostly on your own selfhosting this version. Required applications:
npm install
node src/miscellaneous/generateDB.js
ENABLE_TEXT_COMMANDS="true"
in .envnode index.js
%setcmd global
to globally set commands, and %setcmd guild
to quickly set server-specific slash commandsnode index.js
Pull requests are welcome as long as it follows the following guidelines:
If you have done all of the above steps, then open a pull request and I will review it. Style guide and testing will be implemented in a later update.