Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JDA-5.6.0-javadoc.jar.asc | 2025-06-07 | 660 Bytes | |
JDA-5.6.0-javadoc.jar | 2025-06-07 | 4.1 MB | |
JDA-5.6.0-withDependencies.jar | 2025-06-07 | 19.1 MB | |
JDA-5.6.0.jar.asc | 2025-06-07 | 660 Bytes | |
JDA-5.6.0.jar | 2025-06-07 | 2.2 MB | |
JDA-5.6.0-withDependencies-no-opus.jar | 2025-06-07 | 15.7 MB | |
JDA-5.6.0-withDependencies-min.jar | 2025-06-07 | 8.2 MB | |
JDA-5.6.0-sources.jar.asc | 2025-06-07 | 660 Bytes | |
JDA-5.6.0-sources.jar | 2025-06-07 | 2.0 MB | |
README.md | 2025-06-07 | 1.5 kB | |
v5.6.0 _ ApplicationManager and minor improvements source code.tar.gz | 2025-06-07 | 1.2 MB | |
v5.6.0 _ ApplicationManager and minor improvements source code.zip | 2025-06-07 | 2.4 MB | |
Totals: 12 Items | 54.9 MB | 0 |
Overview
This release introduces the ApplicationManager, which can be used to update the application's description and other settings through JDA.
New Features
- Implement application manager by @MinnDevelopment and @raul1ro in https://github.com/discord-jda/JDA/pull/2854
- Require a
UserSnowflake
inmoveVoiceMember
andkickVoiceMember
by @freya022 in https://github.com/discord-jda/JDA/pull/2852
Changes
- Add
with_components=true
query param to WebhookClient requests by @Xirado in https://github.com/discord-jda/JDA/pull/2850 - Set thread ID when manipulating message objects made by webhooks by @freya022 in https://github.com/discord-jda/JDA/pull/2849
Bugs Fixed
- Fix message content intent warning being logged when accessing messag… by @Xirado in https://github.com/discord-jda/JDA/pull/2851
- Handle new voice websocket close codes by @MinnDevelopment in https://github.com/discord-jda/JDA/pull/2855
Full Changelog: https://github.com/discord-jda/JDA/compare/v5.5.1...v5.6.0
Installation
Gradle
:::gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.6.0")
}
Maven
:::xml
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.6.0</version>
</dependency>