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 88 id ' com.github.johnrengelman.shadow' version ' 5.2.0'
99}
1010
11- def ver = new Version (major : 5 , minor : 1 , revision : 16 )
11+ def ver = new Version (major : 5 , minor : 1 , revision : 17 )
1212
1313group = " org.botblock"
1414version = " $ver "
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ public enum Site {
4343 */
4444 BOTLIST_SPACE ("botlist.space" ),
4545
46+ /**
47+ * <a href="https://botsdatabase.com" target="_blank">botsdatabase.com</a>
48+ */
49+ BOTSDATABASE_COM ("botsdatabase.com" ),
50+
4651 /**
4752 * <a href="https://botsfordiscord.com" target="_blank">botsfordiscord.com</a>
4853 */
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.
1111Split up the different ` GET ` actions into bot and list related actions.
1212Many new ` GET ` actions added for list related stuff.
1313
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+
1421### 5.1.16
1522- Site updated:
1623 - Deprecated ` CLOUD_BOTLIST_XYZ `
You can’t perform that action at this time.
0 commit comments