Intents
Returns an instance of Intents built with Intents.Builder.
Returns an instance of Intents that has all bits set that are set in any element of flags.
Deprecated (with error)
'Intents.IntentsBuilder' is deprecated, use 'Intents.Builder' instead.
Deprecated (with error)
Don't construct an instance of 'Intents' from a raw value. Use the factory functions described in the documentation instead.
Replace with
import dev.kord.gateway.Intents
import dev.kord.common.DiscordBitSet
Content copied to clipboard
Intents.Builder(DiscordBitSet(value)).build()Content copied to clipboard