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,messageBulkDeleteevents.
Upstream repository for this fork is https://git.azhamspacestation.com/azhammakestrash/SpaceLogger
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 installnpm run genDBnode index.js- Use your prefix to set the bot's commands. If yours is %, then you'd do
%setcmd globalto globally set commands, and%setcmd guildto quickly set server-specific slash commands
NOTE: You'll need to restart your Discord client in order for them to show up!
node index.jsPull 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.