Package dev.kord.core.gateway

Types

DefaultMasterGateway
Link copied to clipboard
class DefaultMasterGateway(gateways: Map<Int, Gateway>) : MasterGateway
MasterGateway
Link copied to clipboard
interface MasterGateway
ShardEvent
Link copied to clipboard
data class ShardEvent(event: Event, gateway: Gateway, shard: Int)

Functions

start
Link copied to clipboard
inline suspend fun MasterGateway.start(token: String, config: GatewayConfigurationBuilder.() -> Unit = {})