Test

annotation class Test(val guildIds: Long)(source)

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.

Properties

Link copied to clipboard
@get:JvmName(name = "value")
val guildIds: LongArray