isHelpDisabled

@set:JvmName(name = "disableHelp")
open override var 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