Skip to content

Commit 24f322e

Browse files
committed
bungee stuff
1 parent aefb685 commit 24f322e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.Joshb</groupId>
88
<artifactId>DiscordBotAPI</artifactId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010

1111
<build>
1212
<sourceDirectory>src/main/java</sourceDirectory>

src/main/java/me/joshb/discordbotapi/bungee/DiscordBotAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
public class DiscordBotAPI extends Plugin {
1717

18-
public JDA jda;
18+
public static JDA jda;
1919

2020
public static DiscordBotAPI plugin;
2121

@@ -55,7 +55,7 @@ public void onDisable(){
5555
}
5656
}
5757

58-
public JDA getJDA(){
58+
public static JDA getJDA(){
5959
return jda;
6060
}
6161

0 commit comments

Comments
 (0)