Run scheduled events

Create Discord events, announce them, and keep them in sync when plans change.

You type this

@Bond Schedule a movie night for Friday 8pm in the Cinema voice channel and announce it

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

  • list_scheduled_events

    List all scheduled events in the Discord server.

  • get_event_attendees

    Get users who subscribed to a scheduled event in the Discord server.

  • create_scheduled_event

    Create a scheduled event in the Discord server.

  • edit_scheduled_event

    Edit an existing scheduled event in the Discord server.

  • delete_scheduled_event

    Delete (cancel) a scheduled event from the Discord server.

  • 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.

  • send_message

    Send a message to a specific text channel in the Discord server.

  • edit_message

    Edit a message that was sent by the bot.

  • suppress_message_embeds

    Toggle whether Discord displays embeds and link previews on an existing message.

  • forward_message

    Forward an existing Discord message into another text-based channel.

  • delete_message

    Delete a specific message from a Discord channel.

  • bulk_delete_messages

    Delete multiple messages at once from a Discord channel (purge).

All scheduled events toolsAll automations & flows toolsAll messages tools

Related