Cheer
The Cheer trigger fires whenever a viewer cheers with Twitch bits in your channel. You can optionally set a minimum bit threshold so that the flow only activates for cheers above a certain amount. This is useful for creating tiered alerts -- for example, a simple sound for small cheers and a big animation for large ones.
The trigger provides both the cheering viewer's information and the message they included with their cheer.
Outputs
| Name | Type | Description |
|---|---|---|
User | User | The viewer who cheered. |
Message | string | The message the viewer included with the cheer. |
Configuration
- Minimum Bits: The minimum number of bits required to activate this trigger. Cheers below this amount will be ignored. Leave at 0 to trigger on any cheer.
Example
Create two separate flows: one with a minimum of 1 bit that plays a simple cheer sound, and another with a minimum of 100 bits that plays a special animation and TTS reads the message aloud. The higher-threshold flow will only fire on big cheers.