Skip to content

Commit d98154e

Browse files
removed unnecessary message_cache package
1 parent 301c083 commit d98154e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/net/javadiscord/javabot/data/h2db/commands/DbAdminCommandHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import net.dv8tion.jda.api.requests.restaction.interactions.AutoCompleteCallbackAction;
66
import net.javadiscord.javabot.command.DelegatingCommandHandler;
77
import net.javadiscord.javabot.command.interfaces.Autocompletable;
8-
import net.javadiscord.javabot.data.h2db.commands.message_cache.MessageCacheInfoSubcommand;
98
import net.javadiscord.javabot.util.AutocompleteUtils;
109

1110
import java.util.List;

src/main/java/net/javadiscord/javabot/data/h2db/commands/message_cache/MessageCacheInfoSubcommand.java renamed to src/main/java/net/javadiscord/javabot/data/h2db/commands/MessageCacheInfoSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javadiscord.javabot.data.h2db.commands.message_cache;
1+
package net.javadiscord.javabot.data.h2db.commands;
22

33
import net.dv8tion.jda.api.EmbedBuilder;
44
import net.dv8tion.jda.api.entities.MessageEmbed;

0 commit comments

Comments
 (0)