@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface CommandPermission
Permission for JDA slash
commands.Permission| Modifier and Type | Required Element and Description |
|---|---|
net.dv8tion.jda.api.Permission[] |
value
The
permissions that are required for executing the command. |