You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description ="Allows deleting application emojis that are not managed by this application, starting from the oldest. This keeps emojis by name, not by content.",
description ="If not empty, application commands will only be updated in these guilds. Existing commands won't be removed in other guilds, global commands will still be updated.",
66
+
)
58
67
val guildsToUpdate:List<Long>
59
68
60
69
/**
61
-
* Test guilds IDs for all commands annotated with [Test]
70
+
* Test guilds IDs for all commands annotated with [Test].
62
71
*
63
72
* Spring property: `botcommands.application.testGuildIds`
description ="Map where the key is the base bundle name, and the values are the supported locales, see the docs of [BApplicationConfigBuilder#addLocalization].",
155
+
)
133
156
val baseNameToLocalesMap:Map<String, List<DiscordLocale>>
description ="Predefined user IDs of the bot owners, allowing bypassing cooldowns, user permission checks, and having [Hidden] commands shown. See the documentation for more details.",
67
+
)
63
68
val predefinedOwnerIds:Set<Long>
64
69
65
70
/**
66
71
* The packages the framework will scan through for services, commands, handlers...
0 commit comments