forceGuildCommands

@ConfigurationValue(path = "botcommands.application.forceGuildCommands", defaultValue = "false")
abstract val forceGuildCommands: Boolean(source)

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

Note: This only works on annotated commands, you will need to handle code-declared commands.

Default: false

Spring property: botcommands.application.forceGuildCommands