predefinedOwnerIds

@ConfigurationValue(path = "botcommands.core.predefinedOwnerIds")
abstract val predefinedOwnerIds: Set<Long>(source)

Predefined user IDs of the bot owners, allowing bypassing cooldowns, user permission checks, and having hidden commands shown.

If not set, the application owners will be used, with roles "Developer" and above.

Note: Prefer using BotOwners to get the effective bot owners, regardless of if this property is set or not.

Spring property: botcommands.core.predefinedOwnerIds