Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 578 Bytes

File metadata and controls

17 lines (12 loc) · 578 Bytes

GuildCooldown

Usage

guildCooldown: Time in milliseconds;
// Example
guildCooldown: 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 per guild cooldown meaning let's say if you put a guildCooldown in guild A of 24hrs then the user must wait 24hrs before they can run the command again in guild A but they can run the command again in guild B.

Return Error

returnGuildCooldownError: Boolean; // Default: true