Skip to main content

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

NameTypeDescription
messagechat-messageThe chat message object from the Chat Message trigger or an upstream check node.

Outputs

NameTypeDescription
passchat-messageThe message, forwarded if it contains a bits cheer.
failchat-messageThe 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.