Skip to content

Commit 0537599

Browse files
committed
Initial Rewrite
1 parent 645f143 commit 0537599

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/org/mangorage/mangobotplugin/MangoBot.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public final class MangoBot implements Plugin {
2929

3030
public static final ButtonActionRegistry ACTION_REGISTRY = new ButtonActionRegistry();
3131

32-
3332
// Where we create our "config"
3433
public final static Config CONFIG = new Config(Path.of("plugins/%s/.env".formatted(MangoBot.ID)));
3534

src/main/resources/mangobot.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "mangobotplugin",
2+
"id": "mangobot",
33
"name": "MangoBotPlugin",
44
"type": "JDA",
55
"version": "${mangobot_version}",

0 commit comments

Comments
 (0)