Test
Defines an annotated application command as being test-only.
This means this application command will only be pushed in guilds defined by BApplicationConfig.testGuildIds and guildIds.
Note: This only applies to top-level commands, for slash commands, this means the annotation needs to be used alongside @TopLevelSlashCommandData.