Is Cheer
Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.
The Is Cheer check reads the is_cheer flag on the incoming chat message. This flag is true when the message contains a bits cheer — meaning the cheer field on the message object is non-null. If the message includes a cheer, it is forwarded to Pass; otherwise it goes to Fail.
Use this node to celebrate viewers who cheer with bits by giving their messages a special gold or animated variant in the chatbox. You can also combine it with a Math node to route by cheer tier (e.g. different variants for 100 bits vs. 1000 bits).
Inputs
| Name | Type | Description |
|---|---|---|
message | chat-message | The chat message object from the Chat Message trigger or an upstream check node. |
Outputs
| Name | Type | Description |
|---|---|---|
pass | chat-message | The message, forwarded if it contains a bits cheer. |
fail | chat-message | The message, forwarded if it does not contain a cheer. |
Example
Route cheer messages to a "cheer" variant that displays a bits icon and the amount cheered next to the message. Regular messages continue through Fail to the default layout.