intents
fun intents(addDefaultIntents: Boolean = true, addExtensionIntents: Boolean = true, builder: Intents.Builder.() -> Unit)
DSL function used to configure the bot's intents.
Parameters
addDefaultIntents
Whether to automatically add the required intents defined within each loaded extension
See also
Intents.Builder