v5.0.0-alpha.15 | Hotfix for cast exception in ChannelUpdateHandler
MinnDevelopment
released this
17 Jul 19:02
·
341 commits
to master
since this release
This fixes the ClassCastException
when a voice channel updated.
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.15")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.15</version>
</dependency>