🔭 Overview
A small follow-up release fixing two relevant bugs regarding command localization and command option validation.
📄 Docs
You can find the wiki for this version here.
To visit this version's javadocs click here.
📦 Download / Usage
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.kaktushose:jda-commands:5.1.1")
}Maven
<dependency>
<groupId>io.github.kaktushose</groupId>
<artifactId>jda-commands</artifactId>
<version>5.1.1</version>
</dependency>What's Changed
Bug fixes
- Fix description always being overridden by LocalizationFunction by @Kaktushose in #368
- Fix
@Minand@Maxconstraints not working and also add missing support for Strings by @Kaktushose in #366
Other changes
- Introduce
@UnstableApiannotation by @Kaktushose in #369
Full Changelog: v5.1.0...v5.1.1