v5.5.1 | Bug fixes and performance improvements
Overview
This is a small release, including a bug fix for editCommand
and editCommandById
, as well as some performance improvements for looking up members by roles.
Additionally, you can now create threads with a custom slowmode.
New Features
- Add
AbstractThreadCreateAction#setSlowmode
by @replaceitem in #2842 - Add Member#getUnsortedRoles by @MinnDevelopment in #2841
Bug Fixes
- Fix editCommandById by @MinnDevelopment in #2839
Full Changelog: v5.5.0...v5.5.1
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.5.1")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.5.1</version>
</dependency>