v5.6.0 | ApplicationManager and minor improvements
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 #2854
- Require a
UserSnowflake
inmoveVoiceMember
andkickVoiceMember
by @freya022 in #2852
Changes
- Add
with_components=true
query param to WebhookClient requests by @Xirado in #2850 - Set thread ID when manipulating message objects made by webhooks by @freya022 in #2849
Bug Fixes
- Fix message content intent warning being logged when accessing messag… by @Xirado in #2851
- Handle new voice websocket close codes by @MinnDevelopment in #2855
Full Changelog: v5.5.1...v5.6.0
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.6.0")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.6.0</version>
</dependency>