GatewayConfigurationBuilder
class GatewayConfigurationBuilder(val token: String, var name: String = "Kord", var shard: DiscordShard = DiscordShard(0, 1), var presence: DiscordPresence? = null, var threshold: Int = 250, var intents: Intents = Intents.NON_PRIVILEGED)(source)
Constructors
Link copied to clipboard
constructor(token: String, name: String = "Kord", shard: DiscordShard = DiscordShard(0, 1), presence: DiscordPresence? = null, threshold: Int = 250, intents: Intents = Intents.NON_PRIVILEGED)
Properties
Functions
Link copied to clipboard
Returns an immutable version of this builder.
Link copied to clipboard
Calls the builder on a new PresenceBuilder and assigns the result to presence.