Properties

Link copied to clipboard
open override val configType: Class<BTextConfig>
Link copied to clipboard
abstract val dmClosedEmoji: Emoji

Emoji used to indicate a user that their DMs are closed.

Link copied to clipboard
abstract val enable: Boolean

Whether the text commands feature should be enabled.

Link copied to clipboard
abstract val isHelpDisabled: Boolean

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

Link copied to clipboard
abstract val prefixes: List<String>

Prefixes the bot should listen to.

Link copied to clipboard
abstract val showSuggestions: Boolean

Whether command suggestions will be shown when a user tries to use an invalid command.

Link copied to clipboard
abstract val usePingAsPrefix: Boolean

Whether the bot should look for commands when it is mentioned.