Release v1.5.3 – Added support for Abstract Classes & fixed some more bugs regarding SmartQueue
Changes
- Added/fixed support for Abstract "parent" classes
- Fixed some bugs regarding SmartQueue
Full Changelog: 1.5.2...1.5.3
Installation
Maven
Add the JitPack repository to your pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency
<dependency>
<groupId>com.github.DynxstyGIT</groupId>
<artifactId>DIH4JDA</artifactId>
<version>1.5.3</version>
</dependency>
Gradle
Add the JitPack repository to your build.gradle
repositories {
[...]
maven { url 'https://jitpack.io' }
}
Add the dependency
dependencies {
[...]
implementation 'com.github.DynxstyGIT:DIH4JDA:1.5.3'
}