Set slowmode on a channel

Slow a channel down when it gets busy, on one channel or several at once, and lift it again when things calm down.

You type this

@Bond Put a 30 second slowmode on #general for 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_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.

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

All channels & categories toolsAll moderation tools

Related