Chat commands in Streamer.bot are platform-agnostic, supporting Twitch, YouTube and Trovo.
Configuration options give you fine-grained control over command text parsing, cooldowns, and user permissions.

To create your first command, Right-Click in commands pane and select Add to open the configuration dialog.

Commands field.Basic - Match at least one of the strings entered, based on the configured Location optionRegex - Match based on Regular ExpressionBasic mode:Start - Match chat messages that begin with at least one command aliasExact - Match chat messages that are exactly the same text as at least one command aliasAnywhere - Match chat messages that contain at least one command aliasTwitch Message - Accept commands from the chat of the configured Twitch Broadcaster accountYouTube Message - Accept commands from the chat of the configured YouTube Broadcaster accountTwitch Whisper - Accept commands from whispers sent to the configured Twitch Broadcaster accountTwitch Subscription Message - Accept commands included in the Twitch sub messageTwitch Re-subscription Message - Accept commands incldued in the Twitch re-sub messageTo prevent spam or generally restrict usage of your command, you can configure cooldown options:
0 to disable global cooldowns0 to disable user cooldownsYou can restrict access to your commands by configuring permissions options:
Allow - Only the specified groups or users can execute this commandDeny - Everyone except the specified groups or users can execute this commandAllowed or Denied fields are left empty, the permission applies to everyone.Allow, with an empty Allowed field will allow all users accessDeny with an empty Denied field will deny all users accessFrom the Commands tab, Right-Click any existing command to reveal the context menu.
Options are outlined below:
AddCreate a new command
EditOpen the command configuration dialog.
This is the same as Double-Click the entry
DeleteDelete the selected command
Rename GroupQuickly rename the current group of the selected command
Set GroupQuickly assign the selected command to another group
EnabledQuickly toggle this command on or off
Reset CountersReset stored counter data for the selected command
Reset User CountersReset stored user counter data for the selected command
Add to ExportAdd this command to the current export
Copy Command IdCopy the unique ID string for the selected command to your clipboard
Once you have configured your commands, you can assign them to actions with triggers!