v4.2.3: Deprecated DISCORDBESTBOTS_XYZ
Site.DISCORDBESTBOTS_XYZ is now deprecated due to the merge of it into discordextremelist.xyz
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '4.2.3'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>4.2.3</version>
</dependency>
</dependencies>