Explore chat commands, and information about variables.
An easy and effective way to change settings, get information, or run an action on the fly.
Skips the current playing Text To Speech (TTS) message, and plays the next one in the queue.
Responds with the number of times the reward has been redeemed.
Create robust, and dynamic responses for chat messages, text-to-speech messages, or a Channel Point reward's title, description, or cost.
Variable | Description | Example Result | |
---|---|---|---|
${redeemer.name} | Name of the person that redeemed the Channel Point reward | JustinFan123 | |
${redeemer.input} | User input typed when a reward was redeemed | Villain get the money like curls | |
${channel.name} | Name of the broadcasters channel. | itsgrayf0x | |
${reward.title} | Title of the redeemed Channel Point reward. | Text-to-Speech Message | |
${reward.cost} | Cost of the redeemed Channel Point reward | 550 | |
${reward.count} | The amount of times the reward has been redeemed | 25 | |
${random.chatter} | Random chatter in the channel. A different chatter every time it's referenced. | IsaiahCreati | |
${random.chatter.seeded} | Random chatter in the channel. The same chatter every time it's referenced. | IsaiahCreati | |
${random.emote} | Random Twitch Emote | ||
${urlfetch https://sample.apiUrlHere.com} | Call external api w/ GET request. | sample response in plain text |