| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| JDA-6.4.1-withDependencies-min.jar | < 20 hours ago | 8.2 MB | |
| JDA-6.4.1-withDependencies.jar | < 20 hours ago | 19.7 MB | |
| JDA-6.4.1-sources.jar | < 20 hours ago | 2.2 MB | |
| JDA-6.4.1-javadoc.jar | < 20 hours ago | 9.0 MB | |
| JDA-6.4.1.jar | < 20 hours ago | 2.5 MB | |
| JDA-6.4.1-withDependencies-no-opus.jar | < 20 hours ago | 16.3 MB | |
| README.md | < 21 hours ago | 737 Bytes | |
| v6.4.1 source code.tar.gz | < 21 hours ago | 5.4 MB | |
| v6.4.1 source code.zip | < 21 hours ago | 6.8 MB | |
| Totals: 9 Items | 70.0 MB | 0 | |
Bug Fixes
- Fixed
CheckboxGroup.Builder.setRequiredRange()incorrectly setting min and max by @replaceitem in https://github.com/discord-jda/JDA/pull/3065 - Fix
getCommandTypereading value of interaction type instead of command type by @freya022 in https://github.com/discord-jda/JDA/pull/3074
Full Changelog: https://github.com/discord-jda/JDA/compare/v6.4.0...v6.4.1
Installation
Gradle
:::gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:6.4.1")
}
Maven
:::xml
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>6.4.1</version>
</dependency>