A user is banned in Server A.
The bot records the ban in its database, noting the reason and executor.
It checks connected servers (those with "incoming bans" enabled).
If auto-ban is on, it bans the user there. Otherwise, the server is skipped. Maybe this will be changed to "review" in the future.
A user is unbanned in Server A.
The bot marks the user as "no longer banned" in the database for this server.
For connected servers:
Auto mode: Unbans immediately.
Review mode: Sends a log message with options to "Unban locally" or "Ignore".
These are trusted users (e.g., server owners, moderation bots).
Only the bans and unbans of trusted sources are synced.
Manage via /config sources-of-truth.
/config sources-of-truth
The bot ignores a special user ID because of an agreement with the owner of this bot.
Was this helpful?