Skip to main content
Version: 1.x

ResetAllRateLimitsParams

ResetAllRateLimitsParams

Parameters for batch resets by scope, prefix, or pattern.

Signature
interface ResetAllRateLimitsParams {
scope?: RateLimitScope;
userId?: string;
guildId?: string;
channelId?: string;
commandName?: string;
keyPrefix?: string;
pattern?: string;
prefix?: string;
}

scope

userId

property
string

guildId

property
string

channelId

property
string

commandName

property
string

keyPrefix

property
string

pattern

property
string

prefix

property
string