ResolveScopeKeyParams
ResolveScopeKeyParams
Inputs for resolving a scope-based key from a command/source.
Signature
interface ResolveScopeKeyParams {
ctx: Context;
source: Interaction | Message;
command: LoadedCommand;
scope: RateLimitScope;
keyPrefix?: string;
keyResolver?: RateLimitKeyResolver;
}