Preview
Check out the Commands Guide for details on configuring your Commands
Parameters
Commands
Select
Select a command from the Commands tab.
You can quickly register a new command by clicking the
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 |
commandSource | string | The command source Example: twitch |
commandType | string | The type of the command Example: message |
cooldownLeft | number | How much seconds are left for the cooldown, and the maximum of the global and user cooldown Example: 30 |
globalCooldownLeft | number | How much seconds are left for the global cooldown Example: 15 |
userCooldownLeft | number | How much seconds are left for the user cooldown Example: 30 |
Â