GatewayConfiguration

data class GatewayConfiguration(val token: String, val name: String, val shard: DiscordShard, val presence: Optional<DiscordPresence> = Optional.Missing(), val threshold: Int, val intents: Intents)(source)

Constructors

Link copied to clipboard
constructor(token: String, name: String, shard: DiscordShard, presence: Optional<DiscordPresence> = Optional.Missing(), threshold: Int, intents: Intents)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard