v3.3.1: Discord notifications
Added discord notification to the GH actions task. This can be seen as first test.
Dependencies updated:
- JDA:
4.1.0_89
to4.1.0_90
Installation
Gradle
Use this in your build.gradle
repositories{
jcenter()
}
dependencies{
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.3.1_0'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>com.andre601</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>3.3.1_0</version>
</dependency>
</dependencies>