Guides
Custom commands
Custom commands are !shortcuts your viewers type to get an instant reply — your socials, your schedule, a fun response, anything.
Create a command
Open Commands → + New command:
- Command name — what viewers type after the
!(no spaces), e.g.socials. - Shortcuts — optional aliases, e.g.
s, social. - Who can use — Everyone, Subscribers, Moderators, or Streamer only.
- Cooldown — minutes before it can be used again (keeps spam down).
Responses
Add one or more responses. With several, choose Random or Sequential to control how the bot picks between them.
Variables
Drop these into a response to make it dynamic:
| Variable | Becomes |
|---|---|
{user} | the viewer's name |
{random 1-100} | a random number in that range |
{random.pick 'a' 'b' 'c'} | a random one of the choices |
$(args) | everything the viewer typed after the command |
$(1) $(2) … | the 1st, 2nd… word the viewer typed |
!hug → {user} sends {random.pick 'a bear hug' 'headpats' 'a high-five'} 💕