We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43787a1 commit e503e1aCopy full SHA for e503e1a
1 file changed
src/main/java/module-info.java
@@ -16,6 +16,8 @@
16
exports org.mangorage.mangobotplugin.entrypoint;
17
exports org.mangorage.mangobotplugin.commands.trick;
18
19
+ exports org.mangorage.mangobotplugin to net.dv8tion.jda;
20
+
21
opens org.mangorage.mangobotplugin.commands.trick to com.google.gson;
22
opens org.mangorage.mangobotplugin.commands.trick.lua to com.google.gson;
23
0 commit comments