$clearCooldown

Clears a cooldown set by cooldown function.

Type: Clears or resets a pre-existing cooldown.

Usage

$clearCooldown[type;id;token]
  1. type - (Optional) default value: user. Can be user, channel or server. The type of cooldown to clear.
  2. id - (Optional) default value: $authorID if type is user. The ID of a user or channel to clear cooldown from.
  3. token - (Optional) default value is the current command token, changing it means clearing another command cooldown

Example

Remove cooldown from a user

How to remove cooldown from a user

User07/17/2026
!!exec $cooldown[5m]
$clearCooldown
No cooldown
Custom Command Bot 07/17/2026
No cooldown
User07/17/2026
!!exec $cooldown[5m]
$clearCooldown
No cooldown 2nd try
Custom Command Bot 07/17/2026
No cooldown 2nd try
Function difficulty: Easy
Tags: Cooldown Clear Cooldown