IntentsBuilder

class IntentsBuilder(code: DiscordBitSet = EmptyBitSet())(source)

Deprecated (with error)

Renamed to 'Builder'.

Replace with

import dev.kord.gateway.Intents
Intents.Builder

Constructors

Link copied to clipboard
constructor(code: DiscordBitSet = EmptyBitSet())

Functions

Link copied to clipboard
fun flags(): Intents
Link copied to clipboard
operator fun Intent.unaryMinus()
operator fun Intents.unaryMinus()
Link copied to clipboard
operator fun Intent.unaryPlus()
operator fun Intents.unaryPlus()