Skip to main content

Emote Count

Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.

The Emote Count node reads the emote_count field on the incoming chat message, which holds the total number of resolved emotes — from Twitch, 7TV, and BTTV — found in the message. It outputs this count as a number.

On its own this node only produces a number; you will typically connect its count output to a Math check node to branch based on the count (for example, "more than 3 emotes" vs. "3 or fewer").

Inputs​

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

Outputs​

NameTypeDescription
countnumberThe total number of emotes detected in the message across all providers.

Example​

Connect count to a Math check set to "greater than 5". Route the Pass branch to an "emote spam" variant that renders the message in a compact scrolling row. Route the Fail branch to the standard message layout.