Removed three unused imports

This commit is contained in:
GregTCLTK 2019-12-18 19:23:10 +01:00
parent d434594afe
commit 774bb88797
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
3 changed files with 0 additions and 5 deletions

View file

@ -8,7 +8,6 @@ import com.bbn.hadder.commands.Command;
import com.bbn.hadder.commands.CommandEvent; import com.bbn.hadder.commands.CommandEvent;
import com.bbn.hadder.commands.Perm; import com.bbn.hadder.commands.Perm;
import com.bbn.hadder.commands.Perms; import com.bbn.hadder.commands.Perms;
import com.bbn.hadder.utils.MessageEditor;
@Perms(Perm.BOT_OWNER) @Perms(Perm.BOT_OWNER)
public class RebootCommand implements Command { public class RebootCommand implements Command {

View file

@ -4,11 +4,8 @@ import com.bbn.hadder.commands.Command;
import com.bbn.hadder.commands.CommandEvent; import com.bbn.hadder.commands.CommandEvent;
import com.bbn.hadder.commands.Perm; import com.bbn.hadder.commands.Perm;
import com.bbn.hadder.commands.Perms; import com.bbn.hadder.commands.Perms;
import com.bbn.hadder.utils.MessageEditor;
import com.bbn.hadder.utils.MessageEditor.MessageType; import com.bbn.hadder.utils.MessageEditor.MessageType;
import static com.bbn.hadder.commands.Perm.BOT_OWNER;
/* /*
* @author Skidder / GregTCLTK * @author Skidder / GregTCLTK
*/ */

View file

@ -9,7 +9,6 @@ import net.dv8tion.jda.api.events.message.react.MessageReactionRemoveEvent;
import net.dv8tion.jda.api.hooks.ListenerAdapter; import net.dv8tion.jda.api.hooks.ListenerAdapter;
import javax.annotation.Nonnull; import javax.annotation.Nonnull;
import java.time.format.DateTimeFormatter;
public class StarboardListener extends ListenerAdapter { public class StarboardListener extends ListenerAdapter {