BApplication Config
Properties
Link copied to clipboard
@ConfigurationValue(path = "botcommands.application.localizations" )
Mappings between the base bundle name and the locales it supports.
Link copied to clipboard
Configuration of the application commands cache.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.application.disableAutocompleteCache", defaultValue = "false" )
Disables autocomplete caching, unless CacheAutocomplete.forceCache is set to true
.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.application.forceGuildCommands", defaultValue = "false" )
Whether all application commands should be registered on each guild, regardless of the command scope on the annotation.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.application.logMissingLocalizationKeys", defaultValue = "false" )
Whether to log a WARN
if a localization key isn't found when registering the commands.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.application.slashGuildIds" )
If not empty, only these guilds will have their application commands updated.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.application.testGuildIds" )
Test guilds IDs for all commands annotated with Test