diff --git a/src/main/java/com/bbn/hadder/Hadder.java b/src/main/java/com/bbn/hadder/Hadder.java index 6f315ed..777ef51 100644 --- a/src/main/java/com/bbn/hadder/Hadder.java +++ b/src/main/java/com/bbn/hadder/Hadder.java @@ -1,8 +1,7 @@ package com.bbn.hadder; -import com.bbn.hadder.commands.TestCommand; +import com.bbn.hadder.commands.general.*; import com.bbn.hadder.commands.fun.GifCommand; -import com.bbn.hadder.commands.general.PingCommand; import com.bbn.hadder.commands.moderation.*; import com.bbn.hadder.commands.owner.ShutdownCommand; import com.bbn.hadder.commands.settings.PrefixCommand; diff --git a/src/main/java/com/bbn/hadder/commands/TestCommand.java b/src/main/java/com/bbn/hadder/commands/general/TestCommand.java similarity index 76% rename from src/main/java/com/bbn/hadder/commands/TestCommand.java rename to src/main/java/com/bbn/hadder/commands/general/TestCommand.java index d31867a..b4ca20d 100644 --- a/src/main/java/com/bbn/hadder/commands/TestCommand.java +++ b/src/main/java/com/bbn/hadder/commands/general/TestCommand.java @@ -1,11 +1,16 @@ -package com.bbn.hadder.commands; +package com.bbn.hadder.commands.general; /* * @author Skidder / GregTCLTK */ +import com.bbn.hadder.commands.Command; import net.dv8tion.jda.api.events.message.MessageReceivedEvent; +/* + * @author Skidder / GregTCLTK + */ + public class TestCommand implements Command { public void executed(String[] args, MessageReceivedEvent event) {