LiteCommands v3.3.3
What's Changed
- GH-367 Fix description assigning to jda slash command data. Add related unit tests. by @Rollczi in #367
- GH-368 Fix Console Identifier by @Rollczi in #368
Update dependencies
implementation("dev.rollczi:{artifact}:3.3.3")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.3.3</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.3.2...v3.3.3