v5.0.0-alpha.16 | Hotfix editMessage on components
MinnDevelopment
released this
18 Jul 14:01
·
343 commits
to master
since this release
This fixes an issue where IMessageEditCallback#editMessage
would not properly send the request to edit the message, and instead defer the edit.
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.16")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.16</version>
</dependency>