interface CommandRateLimiterContract {
    isRateLimitedWithHit(
        commandName: string,
        guildId: string,
        userId: string,
    ): Awaitable<boolean>;
}

Implemented by

Methods

MMNEPVFCICPMFPCPTTAAATR