Skip to content

Practical Examples

Here are 15 practical examples for you to use. To create, use the Interface or the chat command shown below.

  • \{user\} = Name of who typed.
  • \{target\} or \{arg1\} = Name of the person mentioned in the command.
  • \{random:1-100\} = Random number.
  • Goal: Greet who arrives.
  • Chat Command: !custom create hi Hello \{user\}, welcome to the stream!
  • Usage: User types !hi.
  • Result: “Hello John, welcome to the stream!“
  • Goal: Share link.
  • Chat Command: !custom create insta Follow me on Instagram: instagram.com/yournick
  • Usage: User types !insta.
  • Result: “Follow me on Instagram: instagram.com/yournick”
  • Goal: Inform times.
  • Chat Command: !custom create schedule Lives Mon-Fri at 7 PM! Sat extra live at 2 PM.
  • Usage: User types !schedule.
  • Result: “Lives Mon-Fri at 7 PM! Sat extra live at 2 PM.”
  • Goal: Generate a lucky number.
  • Chat Command: !custom create luck \{user\}, your lucky number today is \{random:1-100\}!
  • Usage: User types !luck.
  • Result: “Maria, your lucky number today is 42!“
  • Goal: Play “love meter” with someone.
  • Chat Command: !custom create love The love between \{user\} and \{arg1\} is \{random:0-100\}%! ❤️
  • Usage: User types !love @Crush.
  • Result: “The love between Peter and @Crush is 85%! ❤️”
  • Goal: Ask for respect in chat (set permission to Mods).
  • Chat Command: !custom create respect Guys, let's keep respect in the chat! No offenses or fights.
  • Usage: Mod types !respect.
  • Result: “Guys, let’s keep respect in the chat! No offenses or fights.”
  • Goal: Thank subs (set permission to Subscribers).
  • Chat Command: !custom create vip \{user\}, thanks for being part of the elite! 💎
  • Usage: Sub types !vip.
  • Result: “Ana, thanks for being part of the elite! 💎“
  • Scenario: A !christmas command you only activate in December.
  • Action: Create the command normally and, in the interface, uncheck “Active”. When Christmas comes, check it again.
  • Goal: Show rules quickly.
  • Chat Command: !custom create rules 1. No spam. 2. No links. 3. Respect above all!
  • Usage: User types !rules.
  • Result: “1. No spam. 2. No links. 3. Respect above all!“
  • Goal: Explain how to ask for help.
  • Chat Command: !custom create help Need help? Join our Discord in #support: discord.gg/yourlink
  • Usage: User types !help.
  • Result: “Need help? Join our Discord in #support: discord.gg/yourlink”
  • Goal: Count how many times you died in the game.
  • Chat Command: !custom create died I already died \{count\} times in this game! Shame...
  • Usage: Each time typing !died, the number increases.
  • Result: “I already died 1 times in this game! Shame…“
  • Goal: Show how long the person has been following.
  • Chat Command: !custom create time \{user\} has been following for: \{followage\}.
  • Usage: User types !time.
  • Result: “Carlos has been following for: 2 years, 3 months.”
  • Goal: Reply which game is being played.
  • Chat Command: !custom create game Currently playing: \{game\}.
  • Usage: User types !game.
  • Result: “Currently playing: Minecraft.”
  • Goal: Reply how long the stream is on.
  • Chat Command: !custom create uptime We are online for: \{uptime\}!
  • Usage: User types !uptime.
  • Result: “We are online for: 3h 15m 20s!“
  • Goal: Give a virtual slap to someone.
  • Chat Command: !custom create slap \{user\} slapped \{arg1\} with a trout!
  • Usage: User types !slap @Friend.
  • Result: “John slapped @Friend with a trout!”