Log moderation actions to a channel

Keep a record of bans, unbans, role changes and channel edits in a staff channel, so nobody has to scroll the audit log.

You type this

@Bond Post in #mod-log every time someone is banned or unbanned, with the reason

Bond reads your server, works out what needs doing, and shows you what it is about to change before it changes anything.

How to set it up

  1. Add Bond to your server — one click, no setup wizard.
  2. Mention @Bond in any channel and describe what you want.
  3. Approve the actions it proposes. You can allow something once, allow it always, or say no.

What it uses under the hood

  • create_flow

    Create an automation flow using the V3 DSL (Domain Specific Language).

  • update_flow

    Update an existing automation flow.

  • list_flows

    List all automation flows configured for this Discord server.

  • get_flow

    Get detailed information about a specific automation flow including its DSL source code, trigger, and recent execution history.

  • delete_flow

    Delete an automation flow from this Discord server.

  • toggle_flow

    Enable or disable an automation flow.

  • kick_member

    Kick a member from the Discord server.

  • ban_member

    Ban a member from the Discord server.

  • unban_member

    Unban a user from the Discord server, allowing them to rejoin with an invite.

  • timeout_member

    Apply a timeout to a member, preventing them from sending messages, adding reactions, or joining voice channels for a specified duration.

  • remove_timeout

    Remove an active timeout from a member, allowing them to participate in the server again immediately.

  • list_bans

    List all users who are banned from the Discord server.

  • get_server_info

    Get detailed information about the Discord server, including its branding, membership, channels, features, and editable configuration.

  • get_current_time

    Get the current date and time.

  • edit_server

    Edit the Discord server's branding, channels, notification defaults, content filter, locale, and boost progress bar.

  • get_audit_log

    Fetch recent audit log entries from the Discord server.

  • set_verification_level

    Set the verification level for the Discord server.

  • toggle_invites

    Enable or disable (pause) all server invites.

All automations & flows toolsAll moderation toolsAll server settings tools

Related