$(count)

Overview

Use $(count ...) to manage a counter per channel. You can read values or increment/decrement them.

Syntax

$(count KEY)

Examples

$(count lost)

$(count lost +1)

$(count lost -2)

Where to use it in the dashboard

You can use $(count ...) in Bot -> Commands, Bot -> Timer, Bot -> Chat Alerts, and Chat Automation -> Raid Shoutout, as well as in Stream Tools -> Clip Command when using a custom response template.

Notes

  • KEY is a single word without spaces.
  • Without + or -, only the current value is returned; a new counter starts at 0.
  • If no number is provided, the default is 1.
$(count) | ByteMate Docs