Properties

Link copied to clipboard

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
open override val configType: Class<BApplicationConfig>
Link copied to clipboard

Disables autocomplete caching, unless CacheAutocomplete.forceCache is set to true.

Link copied to clipboard
abstract val enable: Boolean

Whether the application commands feature should be enabled.

Link copied to clipboard

Whether all application commands should be registered on each guild, regardless of the command scope on the annotation.

Link copied to clipboard
abstract val guildsToUpdate: List<Long>

If not empty, application commands will only be updated in these guilds.

Link copied to clipboard

Whether to log a WARN if a localization key isn't found when registering the commands.

Link copied to clipboard
abstract val testGuildIds: List<Long>

Test guilds IDs for all commands annotated with Test.