Skip to content
BloopbotDocumentation

Build with flows

Add permissions and cooldowns

Limit who can run a command and how often it can respond.

4 min readUpdated

Make a command moderators-only

  1. Open the command flow and switch to Canvas.
  2. Search the node library for Who can trigger. Insert it between the command trigger and the action.
  3. Choose the required role in its fields, then connect the passing path to the action.
  4. Save, inspect a dry run, and verify live behaviour with the intended roles.

This is useful for clip commands, changes to stream information, point adjustments and other moderator tools. A condition must be on the connected execution path to protect the action.

Stop a command from being spammed

Search for Cooldown and place the condition before the response. Choose how long the cooldown lasts and whether it is shared by the whole channel or tracked per viewer. A channel cooldown limits total chat noise; a per-viewer cooldown gives each viewer their own turn.

Allow your regulars

The Regulars-only command template includes an Is a regular condition. Manage the list on Regulars. This is Bloopbot’s regular-viewer list, separate from Twitch’s subscriber, VIP and moderator roles.

Was this guide helpful?