File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
src/main/java/org/botblock/javabotblockapi Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 8
8
id ' com.github.johnrengelman.shadow' version ' 5.2.0'
9
9
}
10
10
11
- def ver = new Version (major : 5 , minor : 1 , revision : 16 )
11
+ def ver = new Version (major : 5 , minor : 1 , revision : 17 )
12
12
13
13
group = " org.botblock"
14
14
version = " $ver "
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ public enum Site {
43
43
*/
44
44
BOTLIST_SPACE ("botlist.space" ),
45
45
46
+ /**
47
+ * <a href="https://botsdatabase.com" target="_blank">botsdatabase.com</a>
48
+ */
49
+ BOTSDATABASE_COM ("botsdatabase.com" ),
50
+
46
51
/**
47
52
* <a href="https://botsfordiscord.com" target="_blank">botsfordiscord.com</a>
48
53
*/
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ This page lists all versions of JavaBotBlockAPI and the changes being made.
11
11
Split up the different ` GET ` actions into bot and list related actions.
12
12
Many new ` GET ` actions added for list related stuff.
13
13
14
+ ### 5.1.17
15
+ - Site updated:
16
+ - Added [ ` BOTSDATABASE_COM ` ] ( https://botsdatabase.com )
17
+ - Dependencies updated:
18
+ - OkHttp: ` 4.2.2 ` to ` 4.7.2 `
19
+ - JDA: ` 4.1.1_137 ` to ` 4.1.1_154 `
20
+
14
21
### 5.1.16
15
22
- Site updated:
16
23
- Deprecated ` CLOUD_BOTLIST_XYZ `
You can’t perform that action at this time.
0 commit comments