Skip to content

Instantly share code, notes, and snippets.

@codewithtyler
Last active January 28, 2021 05:06
Show Gist options
  • Save codewithtyler/4937b73ca587868c6b09592ae7519a97 to your computer and use it in GitHub Desktop.
Save codewithtyler/4937b73ca587868c6b09592ae7519a97 to your computer and use it in GitHub Desktop.
Adding/Editing/Deleting Commands Via Chat for Each Chat Bot

This table lists the commands and variables you can use to create your own custom commands via Nightbot, StreamLabs, and StreamElements.

Command Description Nightbot StreamLabs StreamLabs Cloudbot StreamElements
Add Command !commands add !command_name your_text_goes_here !command add !command_name your_text_goes_here
Edit Command !commands edit !command_name your_text_goes_here !editcommand !command_name your_text_goes_here !command edit !command_name your_text_goes_here
Delete Command !commands delete !command_name
Last Game Played ${game ${1}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment