prefixes

@ConfigurationValue(path = "botcommands.text.prefixes")
abstract val prefixes: List<String>(source)

Prefixes the bot should listen to.

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

Spring property: botcommands.text.prefixes