Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit d1f47af

Browse files
committed
* import because I don't want to deal with intellij settings
1 parent 29b1f7d commit d1f47af

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/main/java/org/yatopiamc/bot/YatopiaBot.java

+1-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@
1313
import org.jetbrains.annotations.NotNull;
1414
import org.slf4j.Logger;
1515
import org.slf4j.LoggerFactory;
16-
import org.yatopiamc.bot.commands.CommandDownloadSpecific;
17-
import org.yatopiamc.bot.commands.CommandJDKSpecific;
18-
import org.yatopiamc.bot.commands.CommandMappingSpecific;
19-
import org.yatopiamc.bot.commands.CommandPing;
20-
import org.yatopiamc.bot.commands.CommandShitspiller;
21-
import org.yatopiamc.bot.commands.CommandTias;
22-
import org.yatopiamc.bot.commands.CommandUpstream;
23-
import org.yatopiamc.bot.commands.CommandVanilla;
24-
import org.yatopiamc.bot.commands.CommandVroomVroom;
25-
import org.yatopiamc.bot.commands.CommandYatopiaSpecific;
16+
import org.yatopiamc.bot.commands.*;
2617
import org.yatopiamc.bot.mappings.MappingParser;
2718
import org.yatopiamc.bot.mappings.spigot.SpigotMappingHandler;
2819
import org.yatopiamc.bot.mappings.yarn.YarnMappingHandler;

0 commit comments

Comments
 (0)