| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| JDA-6.6.0.jar | 2026-09-06 | 3.2 MB | |
| JDA-6.6.0-withDependencies-no-opus.jar | 2026-09-06 | 17.1 MB | |
| JDA-6.6.0-withDependencies-min.jar | 2026-09-06 | 9.0 MB | |
| JDA-6.6.0-sources.jar | 2026-09-06 | 2.6 MB | |
| JDA-6.6.0-javadoc.jar | 2026-09-06 | 9.1 MB | |
| JDA-6.6.0-withDependencies.jar | 2026-09-06 | 20.5 MB | |
| README.md | 2026-09-06 | 2.0 kB | |
| v6.6.0 source code.tar.gz | 2026-09-06 | 5.4 MB | |
| v6.6.0 source code.zip | 2026-09-06 | 6.8 MB | |
| Totals: 9 Items | 73.8 MB | 0 | |
Overview
This is a minor release adding a few new features before a bigger change coming in 6.7.0 which will introduce handling for Obfuscated Channels.
If you can, please try out and give feedback on Add handling for obfuscated channels [#3042]. To enable obfuscated channels early for testing purposes, you can toggle a switch in your application dashboard as described here.
New Features
- Add file type filtering in slash command attachment options and modal attachment uploads by @freya022 in https://github.com/discord-jda/JDA/pull/3113
- Add support for guild member banners by @Whizyyy in https://github.com/discord-jda/JDA/pull/3126
Changes
- Make LabelChildComponent replaceable by @Kaktushose in https://github.com/discord-jda/JDA/pull/3128
- Read
flags_newofApplicationInfoinstead offlagsby @freya022 in https://github.com/discord-jda/JDA/pull/3131 - Guild member pruning: Check for admin if
PRUNE_REQUIRES_ADMINis enabled by @freya022 in https://github.com/discord-jda/JDA/pull/3129 - Update
Message.MAX_FILE_SIZEto 20 MiB by @freya022 in https://github.com/discord-jda/JDA/pull/3142
Bug Fixes
- Fix
MarkdownUtil#monospacenot correctly applying monospace formatting to strings with backticks by @ManosSef in https://github.com/discord-jda/JDA/pull/3139 - Fix icon URLs for GIF stickers by @jjj-n in https://github.com/discord-jda/JDA/pull/3140
Full Changelog: https://github.com/discord-jda/JDA/compare/v6.5.0...v6.6.0
Installation
Gradle
:::gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:6.6.0")
}
Maven
:::xml
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.6.0</version>
</dependency>