v5.0.0-alpha.9
DV8FromTheWorld
released this
25 Feb 03:20
·
428 commits
to master
since this release
Changelog
This release is a follow up hotfix release for 5.0.0-alpha.6 that fixes issues caused by a bug in Discord (discord/discord-api-docs#4557). We felt it was faster to put out a baindaid than to wait for the fix from Discord's side.
Check out the patch notes on 5.0.0-alpha.6 for the cool new stuff.
New Features
N/A
Changes
- Fix issues with event cache by @MinnDevelopment in #2045
- Drop message create for ephemeral messages by @MinnDevelopment in #2043
Removed
- Technically receiving ephemeral messages via
MESSAGE_CREATE
(ThusMessageReceivedEvent
) is now no longer supported.- To be clear, this would be receiving a
MessageReceivedEvent
for an ephemeral message that the bot itself sent.
- To be clear, this would be receiving a
Full Changelog: v5.0.0-alpha.8...v5.0.0-alpha.9
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.9")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.9</version>
</dependency>