Package-level declarations

Types

Link copied to clipboard
interface Event : KordObject

Representation of an event received from the Discord gateway.

Link copied to clipboard
class UnknownEvent(val name: String?, val data: JsonElement?, val kord: Kord, val shard: Int, val customContext: Any?) : Event

Representation of an event that has not been documented / added to Kord yet.