change global flag to a list of serverIds and if it is empty it will be global
This commit is contained in:
parent
ec75215b72
commit
0c9d8ecb53
@ -12,5 +12,5 @@ public @interface ApplicationCommand {
|
||||
public String description() default "";
|
||||
public String[] aliases() default {};
|
||||
public CommandOption[] options() default {};
|
||||
public boolean isGlobal() default false;
|
||||
public long[] serverIds() default {};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user