v5.0.0-alpha.17 | Hotfix for some file sending issues
MinnDevelopment
released this
22 Jul 15:47
·
339 commits
to master
since this release
Fixes some issues regarding the handling of file attachments on messages.
- Fix to properly clean up resources in
MessageAction
, which would otherwise cause unwanted warnings - Fix issue with interaction replies that make use of files
- Fix issue with
retainFiles
on interaction message edits
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.17")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.17</version>
</dependency>