Skip to content

Commit c8cb7a0

Browse files
committed
fix: add missing imports
1 parent d082987 commit c8cb7a0

File tree

1 file changed

+2
-0
lines changed
  • application/src/main/java/org/togetherjava/tjbot/features

1 file changed

+2
-0
lines changed

application/src/main/java/org/togetherjava/tjbot/features/Features.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import net.dv8tion.jda.api.JDA;
44

5+
import org.togetherjava.tjbot.commands.github.GitHubCommand;
6+
import org.togetherjava.tjbot.commands.github.GitHubReference;
57
import org.togetherjava.tjbot.config.Config;
68
import org.togetherjava.tjbot.config.FeatureBlacklist;
79
import org.togetherjava.tjbot.config.FeatureBlacklistConfig;

0 commit comments

Comments
 (0)