BucketKeySupplier

Retrieves the bucket key given the execution context.

You can use the provided parameters to create the key.

Functions

Link copied to clipboard
abstract fun getKey(context: BContext, event: GenericCommandInteractionEvent, commandInfo: ApplicationCommandInfo): K
abstract fun getKey(context: BContext, event: GenericComponentInteractionCreateEvent, rateLimitReference: ComponentRateLimitReference): K
abstract fun getKey(context: BContext, event: MessageReceivedEvent, commandInfo: TextCommandInfo): K