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