LiteCommands v3.9.0
What's Changed
- GH-460 Remove experimental state from priority domain. by @Rollczi in #460
- dependency: Update fabricmc dependencies by @renovate in #464
- dependency: Update all minor and patch dependencies by @renovate in #462
- dependency: Update dependency net.fabricmc:fabric-loader to v0.16.8 by @renovate in #467
- GH-474 Suggestion tooltip by @huanmeng-qwq in #461
- dependency: Update fabricmc by @renovate in #472
- GH-471 Fix jda number suggestions by @Rollczi in #475
- GH-476 Support type wrappers for native JDA option types. by @Rollczi in #476
- dependency: Update plugin fabric-loom to v1.8.12 by @renovate in #466
Thanks you @huanmeng-qwq for the tooltips feature. 😻
Also thanks to @Knerio for helping me find the bug on JDA platform. ❤️
Update dependencies
implementation("dev.rollczi:{artifact}:3.9.0")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.9.0</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.8.0...v3.9.0