Moving Test Command

This commit is contained in:
GregTCLTK 2019-10-30 16:26:41 +01:00
parent a0478a0ba9
commit f91aca21ee
2 changed files with 7 additions and 3 deletions

View file

@ -1,8 +1,7 @@
package com.bbn.hadder; 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.fun.GifCommand;
import com.bbn.hadder.commands.general.PingCommand;
import com.bbn.hadder.commands.moderation.*; import com.bbn.hadder.commands.moderation.*;
import com.bbn.hadder.commands.owner.ShutdownCommand; import com.bbn.hadder.commands.owner.ShutdownCommand;
import com.bbn.hadder.commands.settings.PrefixCommand; import com.bbn.hadder.commands.settings.PrefixCommand;

View file

@ -1,11 +1,16 @@
package com.bbn.hadder.commands; package com.bbn.hadder.commands.general;
/* /*
* @author Skidder / GregTCLTK * @author Skidder / GregTCLTK
*/ */
import com.bbn.hadder.commands.Command;
import net.dv8tion.jda.api.events.message.MessageReceivedEvent; import net.dv8tion.jda.api.events.message.MessageReceivedEvent;
/*
* @author Skidder / GregTCLTK
*/
public class TestCommand implements Command { public class TestCommand implements Command {
public void executed(String[] args, MessageReceivedEvent event) { public void executed(String[] args, MessageReceivedEvent event) {