Advanced Logging Bot
Introduction
Logging is a pretty cool feature. It allows you to have a designated channel to log all suspicious and potentially rule-breaking events instead of having to go to audit log every single time. This app does just that! It logs a total of 25 unique events to make moderation blissfully easy! On top of that, it includes a ton of useful information in all logging messages and a Timezone-Aware timestamp, so that users will see different times for the log based on timezones! Hopefully this app helps you out a ton, and you have fun playing with it, just like I had fun making it! Happy Logging!
What it Logs
Banning
Unbanning
Deleting a message
Editing a message
Excessive caps
Potential spam
Messages with server invites
Creating a channel
Deleting a channel
Updating a channel
Updating channel pins
Member join
Member leave
Member update (perms or nickname)
Creating an invite
Deleting an invite
Updating Server emojis
Creating a thread
Deleting a thread
Updating a thread
Adding users to a thread
Removing users from a thread
A user mentioning the bot
A user sending a token grabber
A user trying to ping everyone
Setup
- Get the guild ID for the server you want to create the slash commands in. If you don't know how to do this, check out this video
- When it asks you for the
GUILD_ID
enter the guild ID you just got
- It may take a few minutes for the commands to appear in your server
- Use the
/setup-log-channel
command to setup your logging channel for the server.
- Up to an hour later, the global commands will be created, so you can make log channels in any server you want!
- Profit
Commands
/setup-log-channel
- Sets up the log channel for your server. You can only have one logging channel per server
/reset-log-channel
- Resets the logging channel for your server so you can then setup a new one
/timezones
- Returns a conversion chart so you can convert from UTC to any other timezone
/color-code
- Returns the color code for the logging messages sent by this bot
Possible errors
- When someone creates an invite and it has unlimited uses, it'll say
Max Uses: 0
- Sometimes it might say
null
because the information isn't available or doesn't apply. Eg: When a user is updated and he doesn't have a nickname, the nick
section of the message will say null
- These are just aesthetic errors and don't hinder the functionality of the bot
Troubleshooting
Updates Log
- Version 1.4 - Added timezone aware timestamps for all logging messages and added tokengrabber logging. Multi-server function released.