Bulk operations

Create, edit or delete many channels, roles or messages in one planned manifest. You approve the batch once instead of confirming every item, and a delete still names every target it is about to remove.

What you can ask

@Bond Create the twenty team channels from this list

@Bond Delete every channel left under the old Season 1 category

The 3 tools behind it

You never type these names. Bond works out which ones the job needs, checks your Discord permissions, and asks before anything changes.

  • plan_bulk_operation

    Plan a bulk change before making it, and get back one manifest the user confirms once.

  • run_bulk_operation

    Run a manifest created by plan_bulk_operation.

  • revert_bulk_operation

    Undo a bulk operation using the before-state its manifest recorded.

More of what Bond does