v5.0.0-alpha.8 | alpha.6 Hotfix 2: Electric Boogaloo
DV8FromTheWorld
released this
23 Feb 02:57
·
441 commits
to master
since this release
Changelog
This release is a follow up hotfix release for 5.0.0-alpha.6 that wasn't completely mitigated by the 5.0.0-alpha.7 hotfix.
Check out the patch notes on 5.0.0-alpha.6 for the cool new stuff.
New Features
N/A
Changes
- Restructure message creation to handle a lack of guild_id by @DV8FromTheWorld in #2039
Removed
N/A
Full Changelog: v5.0.0-alpha.7...v5.0.0-alpha.8
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.8")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.8</version>
</dependency>