change to land.chipmunk.chayapak because yes

This commit is contained in:
ChomeNS
2023-03-27 12:53:05 +07:00
parent cb34dfff90
commit fbf9f3e2f1
70 changed files with 221 additions and 220 deletions

View File

@@ -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;
}