Text Command Data
annotation class TextCommandData(val path: Array<out String> = [], val aliases: Array<String> = [], val description: String = "")(source)
Additional annotation for text commands.
This is only used to specify properties on the annotated text command, if the path this annotation applies to is omitted, then the path of the variation is used.
This can be specified at most once per slash command path, e.g., if you have tag create
and tag edit
, you can annotate at most one of them.
See also
@JDATextCommandVariation
@BotPermissions
@UserPermissions
@RateLimit