Package-level declarations

Types

Link copied to clipboard
typealias CustomContextCreator = suspend (event: ShardEvent, kord: Kord) -> Any?
Link copied to clipboard
class DefaultGatewayEventInterceptor @KordPreview constructor(customContextCreator: CustomContextCreator?) : GatewayEventInterceptor

Default implementation of GatewayEventInterceptor that also updates cache.

Link copied to clipboard

Instances of this type are used to convert gateway events to core events.