v2.3.3: Added Discordextremelist.xyz and removed GitHub Actions
The title sais it all.
I added discordextremelist.xyz to the Sites enum and also removed GitHub Actions since it didn't work as expected (And I also didn't receive any support for fixing/improving it).
Installation
Gradle
repositories{
jcenter()
}
dependencies{
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '2.3.3'
}
Maven
For maven use this code snippet:
<dependencies>
<dependency>
<groupId>com.andre601</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>