@tanzanite/discord-akairo
    Preparing search index...

    Type Alias CooldownData

    Data for managing cooldowns.

    type CooldownData = {
        end: number;
        timer: NodeJS.Timeout;
        uses: number;
    }
    Index

    Properties

    Properties

    end: number

    When the cooldown ends.

    timer: NodeJS.Timeout

    Timeout object.

    uses: number

    Number of times the command has been used.