Skip to main content
A global profile change deletes the original message and reposts it under somebody else’s name, so the real author is no longer visible on it. The audit channel is where that information goes instead.

What is recorded

  • Every disguised message — who actually wrote it, what it said, and a jump link to the repost.
  • Every effect starting and ending — who started it, who everybody is appearing as, and for how long.
That makes the audit channel the answer to “who actually said that?”, which is the question a disguise creates.

Where it goes

Per-guild overrides live in guildsConfig.json rather than in the audit config, so removing a Hypixel guild cannot leave an orphaned channel setting behind. /guilds edit guild:sb auditchannel:#x sets the same thing from the other direction, and /guilds edit guild:sb clear:Audit drops it. The bot needs View Channel, Send Messages and Embed Links in every channel used.

Pick the channel carefully

The audit channel undoes the disguise. Anyone who can read it can see who wrote every reposted message, which is the whole point — and is also why it should not be a channel the members being disguised can read, if you want the joke to land.

Not an operational log

The audit channel is a record for people. Connection notices, failures and permission warnings go to LOG_CHANNEL instead — see Configuration. Keep them separate: an audit channel full of reconnect notices is one nobody reads.

Next