We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefb685 commit 24f322eCopy full SHA for 24f322e
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>me.Joshb</groupId>
8
<artifactId>DiscordBotAPI</artifactId>
9
- <version>1.0.5</version>
+ <version>1.0.6</version>
10
11
<build>
12
<sourceDirectory>src/main/java</sourceDirectory>
src/main/java/me/joshb/discordbotapi/bungee/DiscordBotAPI.java
@@ -15,7 +15,7 @@
15
16
public class DiscordBotAPI extends Plugin {
17
18
- public JDA jda;
+ public static JDA jda;
19
20
public static DiscordBotAPI plugin;
21
@@ -55,7 +55,7 @@ public void onDisable(){
55
}
56
57
58
- public JDA getJDA(){
+ public static JDA getJDA(){
59
return jda;
60
61
0 commit comments