Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 420 Bytes

globalCooldown.md

File metadata and controls

17 lines (12 loc) · 420 Bytes

GlobalCooldown

Usage

globalCooldown: Time in milliseconds;
// Example
globalCooldown: 10000; // 10 Seconds cooldown
  • The user [who ran the command] must wait until the set amount of time passes before they can run the command again. Note: This cooldown is a global cooldown meaning it applies to all the guilds.

Return Error

returnGlobalCooldownError: Boolean; // Default: true