Greg dev #16

Merged
greg6775 merged 2 commits from greg-dev into master 2019-10-30 20:12:30 +01:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit f91aca21ee - Show all commits

View file

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

View file

@ -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) {