SlashCommand

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class SlashCommand(name: String, group: String, target: InteractionTarget)

Properties

group
Link copied to clipboard
val group: String
name
Link copied to clipboard
val name: String
target
Link copied to clipboard
val target: InteractionTarget