deleteOnOutOfSlots

@ConfigurationValue(path = "botcommands.app.emojis.deleteOnOutOfSlots", defaultValue = "false")
abstract val deleteOnOutOfSlots: Boolean(source)

Allows deleting application emojis that are not managed by this application, starting from the oldest.

Note: Emojis with the same name on Discord, but with a different image, will not be deleted.

Default: false

Spring property: botcommands.app.emojis.deleteOnOutOfSlots