Parameters
Select a command from the Commands tab.
Create Command
button!Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
command | string | The command that was used Example: !shoutout |
commandId | Guid | The ID of the command |
commandName | string | The name of the command |
commandSource | string | The command source Example: twitch |
commandType | string | The type of the command Example: message |
counter | number | A running total of how many times a command has been run since application launch Example: 17 |
input# | string | The |
inputEscaped# | string | The indexed word escaped |
inputUrlEncoded# | string | The indexed word URL encoded |
msgId | string | The unique message id for this message |
rawInput | string | The message entered, if the command was a Starts With, this will be removed |
rawInputEscaped | string | The message escaped |
rawInputUrlEncoded | string | The message URL encoded |
userCounter | number | A running total of how many times the command has been run by current user since application launch Example: 17 |