Removed three unused imports
This commit is contained in:
parent
d434594afe
commit
774bb88797
3 changed files with 0 additions and 5 deletions
|
|
@ -8,7 +8,6 @@ import com.bbn.hadder.commands.Command;
|
|||
import com.bbn.hadder.commands.CommandEvent;
|
||||
import com.bbn.hadder.commands.Perm;
|
||||
import com.bbn.hadder.commands.Perms;
|
||||
import com.bbn.hadder.utils.MessageEditor;
|
||||
|
||||
@Perms(Perm.BOT_OWNER)
|
||||
public class RebootCommand implements Command {
|
||||
|
|
|
|||
|
|
@ -4,11 +4,8 @@ import com.bbn.hadder.commands.Command;
|
|||
import com.bbn.hadder.commands.CommandEvent;
|
||||
import com.bbn.hadder.commands.Perm;
|
||||
import com.bbn.hadder.commands.Perms;
|
||||
import com.bbn.hadder.utils.MessageEditor;
|
||||
import com.bbn.hadder.utils.MessageEditor.MessageType;
|
||||
|
||||
import static com.bbn.hadder.commands.Perm.BOT_OWNER;
|
||||
|
||||
/*
|
||||
* @author Skidder / GregTCLTK
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import net.dv8tion.jda.api.events.message.react.MessageReactionRemoveEvent;
|
|||
import net.dv8tion.jda.api.hooks.ListenerAdapter;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
|
||||
public class StarboardListener extends ListenerAdapter {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue