Skip to main content
Burger Bot’s audit logging system tracks a wide range of server activity and posts structured event embeds to your designated audit log channel. Out of the box, all event types are enabled — but busy servers often don’t need every event logged. Use /config auditlogs to turn off the noise and keep only the events that matter to your team.
Make sure you’ve set an Audit Log Channel before enabling events. If no channel is configured, logged events will be silently discarded. See Channel Configuration to set one up.

Command Usage

/config auditlogs [event_type] [enabled/disabled]
Replace [event_type] with one of the event type names listed below, and [enabled/disabled] to toggle that event on or off. Examples:
/config auditlogs member_join enabled
/config auditlogs message_edit disabled
/config auditlogs bulk_delete enabled

Toggleable Event Types

Member Events

Event TypeDescription
member_joinLogged when a new member joins the server. Includes the member’s account age and join timestamp.
member_leaveLogged when a member leaves or is kicked from the server.
member_banLogged when a member is banned. Includes the moderator responsible and any reason provided.
member_unbanLogged when a ban is lifted. Includes who performed the unban.
nickname_changeLogged when a member changes their server nickname. Shows the previous and new nickname.

Message Events

Event TypeDescription
message_deleteLogged when a message is deleted. Includes the original message content and the channel it was in.
message_editLogged when a message is edited. Shows both the original and updated content side by side.
bulk_deleteLogged when multiple messages are deleted at once (e.g., via a purge command). Includes a count of deleted messages.
Message content logging (message_delete, message_edit, bulk_delete) may be subject to privacy considerations depending on your server’s rules and your region’s regulations. Review your server policies before enabling these events.

Channel Events

Event TypeDescription
channel_createLogged when a new channel is created. Includes the channel name, type, and who created it.
channel_deleteLogged when a channel is deleted. Includes the channel name and who deleted it.

Role Events

Event TypeDescription
role_createLogged when a new role is created. Includes the role name and color.
role_deleteLogged when a role is deleted. Includes the role name and its previous permissions.
role_updateLogged when a role’s settings are changed — including name, color, permissions, or other properties. Shows what changed.

Default State

All event types are enabled by default after initial setup. You only need to run /config auditlogs for events you want to disable (or re-enable after disabling).
For most servers, disabling message_edit reduces a lot of log channel clutter while keeping the more important events like bans, kicks, and bulk deletes active.

Channels

Set or update the channel where audit log events are posted.

Initial Configuration

Overview of Burger Bot’s full configuration system.