enable

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

Whether application commands should be listened for.

You can use @RequiresApplicationCommands to disable services when this is set to false.

Default: true

Spring property: botcommands.application.enable