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