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;
}