Skip to content

v2.3.3: Added Discordextremelist.xyz and removed GitHub Actions

Compare
Choose a tag to compare
@Andre601 Andre601 released this 22 Sep 14:55
· 826 commits to master since this release

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>