Cooldown
namespace
Cooldown
sourceexport namespace Cooldown export namespace CooldowntypeAlias
Resolvable
sourceexport type Resolvable = Cooldown export type Resolvable = Cooldowninterface
CommandTrigger
sourceexport interface CommandTrigger export interface CommandTriggerCooldownTriggerType.Command CooldownTriggerType.Command{ type: CommandType; id: string; name: string; }[] { type: CommandType; id: string; name: string; }[]interface
InteractionTrigger
sourceexport interface InteractionTrigger export interface InteractionTriggerCooldownTriggerType.Interaction CooldownTriggerType.Interaction{ type: InteractionType; customId: string; commandName: string; }[] { type: InteractionType; customId: string; commandName: string; }[]