usePingAsPrefix

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

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

This prefix is not always used for text command detection, as it can be overridden by TextPrefixSupplier, but you can read this property and return it if, for example, the guild channel has no special prefix set.

Default: false

Spring property: botcommands.text.usePingAsPrefix