Release v1.5.2 – Fixed Global Command Queuing & Improved Component Handling
Changes
- fixed Global Command Queuing
- Abstracted
ComponentHandler
- Some cleanup
Full Changelog: v1.5...v1.5.1
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.1</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.1'
}