Add or remove a role from everyone

Give a role to a whole group — or strip one back out — instead of opening the member list and doing it one person at a time.

You type this

@Bond Give the Member role to everyone who doesn't have it yet

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_members

    List members in the Discord server.

  • set_nickname

    Set or remove a member's nickname in the Discord server.

  • get_member_info

    Get detailed information about a specific member in the Discord server.

  • check_member_permissions

    Check a Discord member's effective permissions in a specific channel after role and member overwrites are applied.

  • set_member_flags

    Set the editable BypassesVerification flag for a Discord guild member while preserving all other member flags.

  • prune_members

    Remove inactive members from the Discord server who haven't been active for a specified number of days.

  • list_roles

    List all roles in the Discord server.

  • get_role

    Look up a single role by its ID or exact name.

  • create_role

    Create a role with permissions, display settings, icon or Unicode emoji, and a solid, gradient (two-color), or holographic (three-color) color.

  • delete_role

    Delete a role from the Discord server.

  • assign_role

    Assign a role to a member in the Discord server.

  • remove_role

    Remove a role from a member in the Discord server.

All members toolsAll roles & permissions tools

Related