$cooldown
$cooldown
will set a user-based cooldown.
Usage
- You are able to retrieve the remaining cooldown in the
$cooldown
function by using%time%
or any of the following below.%time%
%year%
%month%
%week%
%day%
%hour%
%min%
%sec%
%ms%
%fullTime%
Parameters
Field | Type | Description | Required |
---|---|---|---|
time | string | The duration of the cooldown. | true |
errorMessage | string | Error message when there’s remaining time for the cooldown. | true |
Example(s)
This will set a cooldown for a command which applies to the user only and returns the remaining cooldown: