Alma-Sanchez/twitch-chat-commands: Cheat Sheet Of Chat ... - GitHub

Skip to content Dismiss alert {{ message }} / twitch-chat-commands Public
  • Notifications You must be signed in to change notification settings
  • Fork 0
  • Star 4
  • Code
  • Issues
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options  mainBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

7 Commits
.gitignore.gitignore  
README.mdREADME.md  
View all files

Repository files navigation

  • README
Twitch Chat Command Cheat Sheet

Cheat sheet of chat command for stream elements, stream labs and nightbot.

Menu
  • Global things
  • Streamlabs
    • Variables
    • Commands
    • Examples
  • StreamElements
    • Variables
    • Commands
    • Examples
  • Nightbot
    • Variables
    • Commands
    • Examples
Global Things
  • /me - Adding this before the command text changes the text color to the bot's color
  • !settitle - Set the title of the stream
Streamlabs

Variables

  • {target.name}
  • {user}
    • {user.name}
    • {user.time}
  • {touser} - Adds an @ before the user's name
    • {touser.name}
    • {touser.followage} Shows how long the user has been following the channel
  • {uptime} - Shows how long the user has been currently streaming
  • {channel}
    • {channel.name} - Streamer's name
    • {channel.followers} - Current followers for the streamer
    • {channel.subs} - Current subs for the streamer
  • {randnum.minNumber-MaxNumber} - Outputs a random number between the range you give it, checkout examples to see how to use it

Commands

  • Add command
    • !addcommand !commandName Command will say this
  • Edit command
    • !editcommand !commandName Command will change to say this
  • Remove command
    • !removecommand !commandName

Examples

  • !addcommand !hug {user.name} is giving {target.name} a big warm hug.

  • !editcommand !uptime Dj tester has been streaming for {uptime}!!!

  • !removecommand !hug

  • !settitle Title of Stream :D

  • !addcommand !followers Dj Little Rock has {channel.followers} followers! :pog:

  • !addcommand !followage {touser.name} has been following {channel. name} for {touser.followage}

  • !editcommand !subs DjNotes has {channel.subs} subscribers! <3

  • !editcommand !uptime /me Dj tester has been streaming for {uptime} !!!

  • !addcommand !vibeTest {user.name} got a {randnum.0-100}% on their vibin test!

StreamElements

Variables

  • ${sender} works like user in streamlabs
  • ${user} or ${1}
  • ${touser}
  • ${uptime}
  • ${channel}
    • ${channel.followers} - Current followers for the streamer
    • ${channel.subscribers} - Current subs for the streamer
    • ${channel.alias} - Streamer's name
  • ${random.minNumber-MaxNumber} - Outputs a random number between the range you give it

Commands

  • Add command
    • !command add !commandName Text for the command
  • Edit command
    • !command edit !commandName Edited text
  • Remove command
    • !command remove !commandName

Examples

  • !command add !br {sender} or {user.name} is currently body rolling

  • !command edit !hug {sender} is hugging {user}

  • !command remove !so

  • !command add !subs ${channel.alias} has ${channel.subscribers}!!

  • !command add !so Checkout ${user} at www.twitch.tv/${user}

  • !command edit !followers ${channel.alias} has ${channel.followers}!!

  • !command edit !so /me $(user) was last seen in "$(game $(user))" at twitch.tv/$(user) ! Go check them out, you King & Queens!~

  • !command add !vibeTest ${user} is ${random.0-100}% vibin

NightBot

Variables

  • $(user)
  • $(touser)

see below for more variable examples

Commands

  • Add command

    • !commands add !commandName Text for the command
  • Edit command

    • !commands edit !commandName CHange the previous command text
  • Remove command

    • !commands remove !commandName
Examples
  • !commands edit !bits /me Thank you so much for the bitties $(touser) bleedPurple VirtualHug

  • !commands add !followers $(channel) has $(twitch $(channel) "{{followers}} followers!")

  • !commands add !randNum $(eval Math.floor(Math.random() * 101))

  • !commands add !vibeTest /me $(user) got a $(eval Math.floor(Math.random() * 101))% on their vibe test :O

About

Cheat sheet of chat command for stream elements, stream labs and nightbot.

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

4 stars

Watchers

2 watching

Forks

0 forks Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

You can’t perform that action at this time.

Tag » How To Add Twitch Commands