We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e2cf8 commit 20d64b7Copy full SHA for 20d64b7
build.gradle
@@ -8,7 +8,7 @@ plugins{
8
9
group = 'com.andre601'
10
11
-version = '3.0.0'
+version = '3.0.1'
12
13
sourceCompatibility = targetCompatibility = 1.8
14
release-notes.md
@@ -18,6 +18,9 @@
18
- JDA: `4.0.0_52` to `4.0.0_61`
19
- annotations: `17.0.0` to `18.0.0`
20
21
+- ### v3.0.1
22
+ - Deprecated `Site.DISCORDBOTS_ORG`. Use `Site.TOP_GG` instead.
23
+
24
## v2
25
26
- ### v2.0.0
0 commit comments