add isGlobal variable to the command annotation
This commit is contained in:
parent
d0cbb096a8
commit
f12c83cf96
@ -12,4 +12,5 @@ public @interface ApplicationCommand {
|
||||
public String description() default "";
|
||||
public String[] aliases() default {};
|
||||
public CommandOption[] options() default {};
|
||||
public boolean isGlobal() default false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user