BucketAccessor

Retrieves rate limit buckets based off the execution context.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun getBucket(context: BContext, event: GenericComponentInteractionCreateEvent): Bucket
abstract suspend fun getBucket(context: BContext, event: GenericCommandInteractionEvent, commandInfo: ApplicationCommandInfo): Bucket
abstract suspend fun getBucket(context: BContext, event: MessageReceivedEvent, commandInfo: TextCommandInfo): Bucket