Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
annotation class OnAutoComplete(val name: String = "", val group: String = "", val optionName: String)
Link copied to clipboard
Link copied to clipboard
annotation class OnSlashCommand(val name: String = "", val group: String = "", val target: InteractionTarget = InteractionTarget.GUILD)
Link copied to clipboard
Define a custom name for a command event option, this means you can use a different variable name to get an option with different name.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FIELD, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS ] )