We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645f143 commit 0537599Copy full SHA for 0537599
src/main/java/org/mangorage/mangobotplugin/MangoBot.java
@@ -29,7 +29,6 @@ public final class MangoBot implements Plugin {
29
30
public static final ButtonActionRegistry ACTION_REGISTRY = new ButtonActionRegistry();
31
32
-
33
// Where we create our "config"
34
public final static Config CONFIG = new Config(Path.of("plugins/%s/.env".formatted(MangoBot.ID)));
35
src/main/resources/mangobot.plugin.json
@@ -1,5 +1,5 @@
1
{
2
- "id": "mangobotplugin",
+ "id": "mangobot",
3
"name": "MangoBotPlugin",
4
"type": "JDA",
5
"version": "${mangobot_version}",
0 commit comments