Skip to content

v5.0.0-alpha.15 | Hotfix for cast exception in ChannelUpdateHandler

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 17 Jul 19:02
· 341 commits to master since this release
ac3a9a6

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>