Skip to content

Commit

Permalink
Missed an import statement for the completion listener
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyNoob committed Jul 2, 2024
1 parent f2faad7 commit b21d471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/me/comfortable_andy/discordstuff/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import me.comfortable_andy.discordstuff.commands.discord.CommandUnflip;
import me.comfortable_andy.discordstuff.commands.plugin.PluginCommand;
import me.comfortable_andy.discordstuff.listener.ChatListener;
import me.comfortable_andy.discordstuff.listener.TabCompletionListener;
import me.comfortable_andy.discordstuff.markdown.Markdown;
import me.comfortable_andy.discordstuff.markdown.markdowns.MarkdownBold;
import me.comfortable_andy.discordstuff.markdown.markdowns.MarkdownItalic;
Expand Down

0 comments on commit b21d471

Please sign in to comment.