Manage voice channels and who is in them

Move people between voice channels, set a channel's status, disconnect someone, and run stages — without dragging names around.

You type this

@Bond Move everyone in Lobby into the Event channel and set its status to Live now

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_voice_members

    List members currently connected to voice channels in the Discord server.

  • move_member_voice

    Move a member from their current voice channel to a different voice channel.

  • disconnect_member_voice

    Disconnect a member from their current voice channel.

  • list_voice_regions

    List the Discord voice regions available to this server.

  • set_voice_channel_status

    Set the short status text displayed for a voice channel.

  • create_stage_instance

    Start a stage instance (live audio session) in a stage channel.

  • list_channels

    List all channels in the Discord server.

  • create_channel

    Create a new channel in the Discord server.

  • delete_channel

    Delete a channel from the Discord server.

  • bulk_create_channels

    Create multiple channels at once in the Discord server.

  • edit_channel

    Edit a channel's settings in the Discord server.

  • set_slowmode

    Set the slowmode (rate limit) for a text channel.

All voice toolsAll channels & categories tools

Related