Skip to content

Commit

Permalink
Removed Unused Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Jul 24, 2022
1 parent 2634a3c commit 83d1156
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.beanbeanjuice.utility.command.CommandCategory;
import com.beanbeanjuice.utility.command.ISubCommand;
import com.beanbeanjuice.utility.handler.guild.CustomChannel;
import com.beanbeanjuice.utility.handler.guild.GuildHandler;
import com.beanbeanjuice.utility.helper.Helper;
import net.dv8tion.jda.api.entities.ChannelType;
Expand All @@ -13,7 +12,6 @@
import org.jetbrains.annotations.NotNull;

import java.util.ArrayList;
import java.util.concurrent.atomic.AtomicBoolean;

/**
* An {@link ISubCommand} used to set the daily {@link net.dv8tion.jda.api.entities.TextChannel TextChannel}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
import net.dv8tion.jda.api.interactions.components.buttons.Button;
import org.jetbrains.annotations.NotNull;

import java.util.ArrayList;
import java.util.HashMap;

/**
* A {@link ListenerAdapter} for listening to messages.
*
Expand Down

0 comments on commit 83d1156

Please sign in to comment.