LiteCommands v3.4.1
What's Changed
- GH-390 Fix suggestions permission validation for children of command. by @Rollczi in #391
- GH-393 Add implementation for command cooldowns (
@Cooldown
); Fix typo in requirement package name by @rchomczyk in #393 - Release 3.4.1 by @Rollczi in #394
Update dependencies
implementation("dev.rollczi:{artifact}:3.4.1")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.4.1</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.4.0...v3.4.1