change to land.chipmunk.chayapak because yes
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
package me.chayapak1.chomens_bot.command;
|
||||
|
||||
import net.kyori.adventure.text.Component;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface Command {
|
||||
String name();
|
||||
String description();
|
||||
List<String> usage();
|
||||
List<String> alias();
|
||||
int trustLevel();
|
||||
|
||||
Component execute(CommandContext context, String[] args, String[] fullArgs) throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user