Download Latest Version v6.6.0 source code.zip (6.8 MB) Google Add to Preferred Sources
Home / v6.6.0
Name Modified Size InfoDownloads / 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

Changes

Bug Fixes

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>
Source: README.md, updated 2026-09-06