enable

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

Whether text commands should be listened for.

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

Default: true

Spring property: botcommands.text.enable