path

@ConfigurationValue(path = "botcommands.application.cache.file.path")
abstract val path: Path(source)

Path at which the application commands cache would be saved to.

Each application has a folder inside it, meaning you can safely share this folder with other applications.

Defaults:

  • Windows: %AppData%/BotCommands,

  • Linux: $XDG_DATA_HOME/BotCommands (fallbacks to $HOME/.local/share/BotCommands),

  • macOS: $HOME/Library/Application Support/io.github.freya022.BotCommands

Spring property: botcommands.application.cache.file.path