Skip to main content
Version: 1.x

RateLimitKeyResolver

RateLimitKeyResolver

Custom key builder for the custom scope.

Signature
type RateLimitKeyResolver = (
ctx: Context,
command: LoadedCommand,
source: Interaction | Message,
) => string