GatewayEventInterceptor

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

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun handle(event: ShardEvent, kord: Kord): Event?

Converts a gateway event (in the form of a ShardEvent) to a core event.