isHelpDisabled

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

Whether the default help command is disabled. This also disables help content when a user misuses a command.

This still lets you define your own help command with IHelpCommand.

Default: false

Spring property: botcommands.text.isHelpDisabled