SpaceLogger v2 is a powerful Discord bot forked from LoggerV3 and Tizzy Logger's, which is meant to give staff members oversight over the various actions taking place in their server.
- This fork includes some improvements and features the main repo doesn't have.
- Image/File logs for
messageUpdate
,messageDelete
,messageBulkDelete
events.
Installation (PLEASE CHECK THE MAIN REPO FOR THE INSTRUCTIONS, AS THIS REPO HAS BEEN MODIFIED TO FIT MY OWN NEEDS)
- Setup Postgres and add a superuser (default user works)
- Clone bot repo and enter the created folder
- Copy .env.example into .env
- Fill out all of the required fields in
.env
npm install
npm run genDB
node index.js
- Use your prefix to set the bot's commands. If yours is %, then you'd do
%setcmd global
to globally set commands, and%setcmd guild
to quickly set server-specific slash commands
NOTE: You'll need to restart your Discord client in order for them to show up!
node index.js
Pull requests are welcome as long as it follows the following guidelines:
- Is your idea really one that a large group of moderators would like?
- Is your idea scalable?
- Will your idea cause the bot to hit it's global ratelimit?
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.