Skip to content

v5.2.2

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 27 Dec 17:54
· 9 commits to master since this release
93e788c

Small bug fix release.

Bug Fixes

  • Fix EntitySelectMenu Doc by @LoicMaitreDuFeu in #2772
  • Fixing Get Poll Answers endpoint limit from 1000 to 100 by @FreshSupaSulley in #2780
  • Check mute/deafen permissions using the channel by @freya022 in #2781
  • Fix DefaultShardManagerBuilder#setDisabledIntents by @freya022 in #2785

Full Changelog: v5.2.1...v5.2.2

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.2.2")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.2.2</version> 
</dependency>