rename Root- to ApplicationCommand
This commit is contained in:
parent
ddeed7c0dc
commit
e57f29500b
@ -7,7 +7,7 @@ import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.METHOD, ElementType.TYPE})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface RootCommand {
|
||||
public @interface ApplicationCommand {
|
||||
public String name();
|
||||
public String description() default "";
|
||||
public String[] aliases() default {};
|
Loading…
x
Reference in New Issue
Block a user