Custom Command
FunctionsCooldown functions

$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

Member
9/5/2026
!!exec $cooldown[5m] $clearCooldown No cooldown
Custom Command
APP
9/5/2026
No cooldown
Member
9/5/2026
!!exec $cooldown[5m] $clearCooldown No cooldown 2nd try
Custom Command
APP
9/5/2026
No cooldown 2nd try

Related Functions: $getCooldownTime

Function difficulty: Easy

Tags: Cooldown Clear Cooldown

On this page