Gentei offers an enriched alternative to the built-in Discord audit log for role changes.
Using /gentei manage audit-set
, Gentei can be configured to send detailed audit log messages to a channel on the server.
As shown above, each role change that gentei-bouncer#9835
makes will send an accompanying message with the following info:
The reason for differences between timestamps on Discord's audit log and the bot's audit log messages is very technical, but ultimately inconsequential.
On large Discord servers, which are generally classified as 5000+ users, role changes have been observed to follow eventual consistency. However, the Discord API sometimes accepts the role change API call but doesn't actually ever make the change.
There is unfortunately no way for the bot or any user to tell when a role change has failed to apply, so the bot will repeatedly make the API call every couple of seconds to change the role until the bot finally sees that it worked.
Thus, the audit message timestamp contains when the bot observed the change. The Discord audit log contains the timestamp for when the server made the change.
So if you see timestamp differences... congratulations? Noblesse oblige.
Powered by Doctave