diffEngine

@ConfigurationValue(path = "botcommands.application.diffEngine", defaultValue = "new")
@DeprecatedValue(reason = "Moved to the 'cache' prefix", replacement = "botcommands.application.cache.diffEngine")
open val diffEngine: DiffEngine(source)

Deprecated

Moved to 'diffEngine' of the 'cache' property

Replace with

cache?.diffEngine

The diff engine to use when comparing old and new application commands, to determine if commands needs to be updated.

Only change this if necessary.

Default: DiffEngine.NEW

Spring property: botcommands.application.diffEngine