Skip to content

v5.6.0 | ApplicationManager and minor improvements

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 07 Jun 21:09
· 45 commits to master since this release
8e687c8

Overview

This release introduces the ApplicationManager, which can be used to update the application's description and other settings through JDA.

New Features

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

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>