handle

abstract suspend fun handle(event: ShardEvent, kord: Kord): Event?(source)

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

This might also have side effects like updating the cache.