useComponents

@set:JvmName(name = "useComponents")
open override var useComponents: Boolean(source)

Deprecated

Replaced by 'enable'

Replace with

enable

Allows loading component services, such as Components, Buttons and SelectMenus.

This requires a ConnectionSupplier service to be present

Default: false

Spring property: botcommands.components.enable ; Spring property takes over this config property.

See also