v5.0.0-alpha.7 | Hotfix for alpha.6
Changelog
This release is a hotfix release for 5.0.0-alpha.6. Check out the patch notes on that version for the cool stuff.
New Features
N/A
Changes
- Make javadocs fail on error by @Sanduhr32 in #2033
- Fixes NPE from uncached users by @oliver276 in #2035
- Make Messages for Interactions properly reference their channels instead of PrivateChannel by @oliver276 in #2038
Removed
N/A
Full Changelog: v5.0.0-alpha.6...v5.0.0-alpha.7
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.7")
}Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.7</version>
</dependency>