The cooldown object.

interface Cooldown {
    cooldown: number;
    executedAt: Date;
    waitMore: number;
}

Hierarchy (view full)

Properties

cooldown: number

The actual cooldown of the Command.

executedAt: Date

The date the cooldown has started.

waitMore: number

The time to wait, in seconds & milliseconds.

Generated using TypeDoc