enable

@ConfigurationValue(path = "botcommands.components.enable", defaultValue = "false")
abstract val enable: Boolean(source)

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