| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| JDA-6.3.2.jar | 2026-03-15 | 2.4 MB | |
| JDA-6.3.2-withDependencies-no-opus.jar | 2026-03-15 | 16.2 MB | |
| JDA-6.3.2-withDependencies-min.jar | 2026-03-15 | 8.1 MB | |
| JDA-6.3.2-withDependencies.jar | 2026-03-15 | 19.6 MB | |
| JDA-6.3.2-sources.jar | 2026-03-15 | 2.1 MB | |
| JDA-6.3.2-javadoc.jar | 2026-03-15 | 8.9 MB | |
| README.md | 2026-03-15 | 953 Bytes | |
| v6.3.2 source code.tar.gz | 2026-03-15 | 5.3 MB | |
| v6.3.2 source code.zip | 2026-03-15 | 6.7 MB | |
| Totals: 9 Items | 69.4 MB | 0 | |
Overview
Small bug fix release.
Changes
- Update dependencies by @MinnDevelopment in https://github.com/discord-jda/JDA/pull/3038
- Bump limit of context menu commands to 15 by @freya022 in https://github.com/discord-jda/JDA/pull/3035
- Prevent explicitly required select menus when
minValuesis zero by @freya022 in https://github.com/discord-jda/JDA/pull/3023
Bug Fixes
Helpers.appendCause: Add special case for circular causes by @freya022 in https://github.com/discord-jda/JDA/pull/3041
Full Changelog: https://github.com/discord-jda/JDA/compare/v6.3.1...v6.3.2
Installation
Gradle
:::gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:6.3.2")
}
Maven
:::xml
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.3.2</version>
</dependency>