Skip to content

v5.0.0-alpha.16 | Hotfix editMessage on components

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 18 Jul 14:01
· 343 commits to master since this release
66ec4dc

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>