| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| JDA-6.4.2-withDependencies-min.jar | 2026-06-06 | 8.2 MB | |
| JDA-6.4.2-withDependencies.jar | 2026-06-06 | 19.7 MB | |
| JDA-6.4.2-sources.jar | 2026-06-06 | 2.2 MB | |
| JDA-6.4.2-javadoc.jar | 2026-06-06 | 9.1 MB | |
| JDA-6.4.2.jar | 2026-06-06 | 2.5 MB | |
| JDA-6.4.2-withDependencies-no-opus.jar | 2026-06-06 | 16.3 MB | |
| README.md | 2026-06-06 | 1.8 kB | |
| v6.4.2 source code.tar.gz | 2026-06-06 | 5.4 MB | |
| v6.4.2 source code.zip | 2026-06-06 | 6.8 MB | |
| Totals: 9 Items | 70.1 MB | 0 | |
New Features
- Add attachment flags, embed flags and fields, and, media flags by @freya022 in https://github.com/discord-jda/JDA/pull/3081
- Add missing
NO_MUTUAL_GUILDSErrorResponse by @srnyx in https://github.com/discord-jda/JDA/pull/3083 - Add
ErrorResponse#CANNOT_FORWARD_UNREADABLE_MESSAGEby @freya022 in https://github.com/discord-jda/JDA/pull/3087
Changes
- Improve error messages caused by entities relying on the cache to find themselves by @freya022 in https://github.com/discord-jda/JDA/pull/3067
- Component options: Prevent setting an out-of-range number of default values by @freya022 in https://github.com/discord-jda/JDA/pull/3068
- Fix deserialization of components without unfurled media by @freya022 in https://github.com/discord-jda/JDA/pull/3078
Bug Fixes
- Fix Guild#invalidate not removing thread channels from global cache by @MinnDevelopment in https://github.com/discord-jda/JDA/pull/3094
- Fix incorrect ID used in AbstractGuildChannelImpl#getGuild for entity parent refresh by @MinnDevelopment in https://github.com/discord-jda/JDA/pull/3095
- Fix incorrect check for choice value length by @MinnDevelopment in https://github.com/discord-jda/JDA/pull/3096
- fix: handle integer sound ids in voice channel effects by @rxsto in https://github.com/discord-jda/JDA/pull/3085
Full Changelog: https://github.com/discord-jda/JDA/compare/v6.4.1...v6.4.2
Installation
Gradle
:::gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:6.4.2")
}
Maven
:::xml
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.4.2</version>
</dependency>