Skip to content

Commit ee33315

Browse files
committed
Version 5.1.17
Added BOTSDATABASE_COM
1 parent 1d3c7ab commit ee33315

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins{
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

1313
group = "org.botblock"
1414
version = "$ver"

src/main/java/org/botblock/javabotblockapi/Site.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

wiki/docs/wiki/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This page lists all versions of JavaBotBlockAPI and the changes being made.
1111
Split up the different `GET` actions into bot and list related actions.
1212
Many 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`

0 commit comments

Comments
 (0)