Skip to content

Commands you can see, step by step

In Fossabot a command is a line of text full of $(variables). In Bloopbot it’s a flow on a canvas, where each step hands its values to the next and you can open any of them to see what it does.

Read the guide

New channels can’t join yet. Already using Bloopbot? Sign in.

Flow editor
The flow canvas with a Chat command trigger connected to a Chat message action. Under the trigger, a tray of the values it hands on — Who typed it, After the command, Word 1, Word 2 and a +1 more button; under the Chat message, its Message field with a user badge. The node palette is on the left and Test fire and Save are in the top bar.
Pebble, the Bloopbot mascot, waving from the edge of the frame

Fossabot and Bloopbot compared

Both run in the cloud and are free to start. They differ in how you build a command and in what sits around the chat bot. Song requests, hosted overlays and web requests may not be available on your channel yet. There’s no importer for Fossabot, so you rebuild the commands you use as flows.

FossabotBloopbot
Building commandsText templates with $(variable) tokensFlows of triggers, checks and actions on a canvas
Your own backend$(customapi)A Web request step, or a flow started from its own URL
Timers, keywords, counters, cooldownsBuilt inOn a timer and When chat mentions triggers, variables and Cooldown checks
Moderation filtersBlocked terms, lookalike detection, emote and message-height filtersBlacklist, links, caps, symbols, emotes and repetition filters; the blacklist and link filter see through look-alike letters; no message-height filter
NukesYes!nuke, with the Nukes page
Team accessMod teams with role-based access and audit logsEditors with their own sign-in, and an Audit Log; no roles within editors; editors may not be included on your plan
Media requestsYouTube and SoundCloudSpotify, through your own Spotify account
Loyalty pointsNone foundPoints and watch time
GiveawaysNone foundKeyword entry, a draw and a panel on stream
Alerts and overlaysNone foundHosted overlays with alert layers
PlatformsTwitch, YouTube and KickTwitch

Checked September 2026 against Fossabot.

The same command, as a flow

A !discord command anyone can use, with a moderator-only !setdiscord that changes the link:

  1. On Variables, declare a text variable discord_url holding your invite link.
  2. Chat command (discord) → Chat message reading Join us: $(var.discord_url).
  3. Chat command (setdiscord) → Who can trigger (moderator) → Set a variable (discord_url, set to $(query)) → Chat message reading Discord link updated.

Every step is on the canvas, so a mod reading the flow later can see who’s allowed to change the link and what the bot says back. The guide maps the rest of Fossabot onto flows, including its moderation.

When Fossabot is the better fit

Fossabot’s moderation filters are deep, free and trusted by large channels, with a message-height filter and role-based mod teams Bloopbot doesn’t have. If moderation is what you need most, or you stream on YouTube or Kick, Fossabot does that well.

Try one flow on your next stream.

Sign in with Twitch, install the Starter pack and change one step.

Read the guide

New channels can’t join yet. Already using Bloopbot? Sign in.

Pebble is ready to help