forceGuildCommands

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

Sets whether all application commands should be guild-only, regardless of the command scope on the annotation.

Beware: This also means that your global application commands will not be registered.

Note: This only works on annotated commands, as you can return when manually declaring with the DSL

Default: false

Spring property: botcommands.application.forceGuildCommands