Skip to main content
Version: 1.x

ResetRateLimitParams

ResetRateLimitParams

Parameters for resetting a single key or scope-derived key.

Signature
interface ResetRateLimitParams {
key?: string;
scope?: RateLimitScope;
userId?: string;
guildId?: string;
channelId?: string;
commandName?: string;
keyPrefix?: string;
}

key

property
string

scope

userId

property
string

guildId

property
string

channelId

property
string

commandName

property
string

keyPrefix

property
string