(Latest) 1/9/2026 at 5:29 PM - Version 1.0.1 (Minor Bug Fix) - Fixed a bug in the Member VC Move embed that prevented it from showing extra information
1/8/2026 at 4:20 AM - Version 1.0 (The First Version) - First ever release of the bot
Q: How can I invite the bot to my server?
A: At the current moment the only person who can add the bot to any server is the owner to improve compatibility, performance, and cut down on server resources.
Q: What does this bot do?
A: This bot backs up the audit log of any Discord server that it's in to a channel named "audit-log" or "audit_log". This bot was created because Discord automatically deletes old audit log entries and sometimes the audit log is necessary to look back on. Especially in big servers.
Q: This bot seems delayed with sending messages from the audit log and dumps a bunch of entries at once. Is this normal?
A: Yes it is... Discord infamously has very heavy rate limits on bot requests to server sided APIs and functions. If these rate limits are ignored then messages get lost. So there is an intentional 2 minute polling delay with fetching the audit logs. The bot will still dump all messages in 5 message chunks per second (because of Discord rate limits only 5 messages can be sent per second) in order from oldest to newest with timestamps in the users local timezone. If the bot goes offline then after a reboot it will call the audit log and dump all new messages since it was last online. Which can be upwards of 40-50 messages depending on time that the bot was offline and the size of the server. This is also true for any new server that the bot joins. Upon joining a new server it will dump all visible messages in the audit log to the channel. This can take quite some time and can have some delay so please be patient. The bot will get it done without hitting the Discord rate limits.