responseBundles

@ConfigurationValue(path = "botcommands.localization.responseBundles")
abstract val responseBundles: Set<String>(source)

Localization bundles available for localizing interaction responses, with LocalizableInteraction, not to be confused with those used to localize commands.

As a reminder, the localization bundles are in bc_localization by default, see customization.

For example: MyCommandResponses will, by default, find bundles similar to /bc_localization/MyCommands_<locale>.json.

See DefaultLocalizationMapProvider and DefaultJsonLocalizationMapReader for default implementation details.

Spring property: botcommands.localization.responseBundles

See also