$clearCooldown

Clears a cooldown set by cooldown function.

Type: Clears or resets a pre-existing cooldown.

Usage

$clearCooldown[type;id]
  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.

Example

Remove cooldown from a user

How to remove cooldown from a user

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