interface CommandCooldown {
    cooldown: number;
    executedAt: Date;
}

Hierarchy (view full)

Properties

Properties

cooldown: number

The actual cooldown of the Command.

executedAt: Date

The date the cooldown has started.

Generated using TypeDoc