$(1)
Overview
With $(1) you access the first argument after a command. $(2), $(3), etc. return the following arguments.
Syntax
$(1)
Examples
$(1) gets a big hug
$(1) vs. $(2) - who wins?
Where to use it in the dashboard
You can use $(1) 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
- Without arguments, the variable is empty.
{1}and${1}also work.