Command Cooldown

Trigger for when a Command is on Cooldown
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
commandstring

The command that was used

Example: !shoutout
commandIdstring

The id of the command

commandSourcestring

The command source

Example: twitch
commandTypestring

The type of the command

Example: message
cooldownLeftnumber

How much seconds are left for the cooldown, and the maximum of the global and user cooldown

Example: 30
globalCooldownLeftnumber

How much seconds are left for the global cooldown

Example: 15
userCooldownLeftnumber

How much seconds are left for the user cooldown

Example: 30