Merge Greg's branch into the master branch #291

Merged
greg6775 merged 6 commits from greg-dev into master 2020-01-01 15:12:59 +01:00
3 changed files with 0 additions and 3 deletions
Showing only changes of commit b77e99fc7d - Show all commits

View file

@ -9,7 +9,6 @@ import net.dv8tion.jda.api.Permission;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
public class HelpCommand implements Command {

View file

@ -2,7 +2,6 @@ package com.bbn.hadder.commands.owner;
import com.bbn.hadder.commands.Command;
import com.bbn.hadder.commands.CommandEvent;
import com.bbn.hadder.commands.general.HelpCommand;
import com.bbn.hadder.utils.MessageEditor.MessageType;
/*

View file

@ -1,7 +1,6 @@
package com.bbn.hadder.utils;
import com.bbn.hadder.Rethink;
import com.bbn.hadder.commands.CommandEvent;
import net.dv8tion.jda.api.EmbedBuilder;
import net.dv8tion.jda.api.entities.User;