LiteCommands v3.0.3
What's Changed
- GH-271 Add LocalDateTime argument resolver. by @Rollczi in #270
- GH-269 Update dependency net.dv8tion:JDA to v5.0.0-beta.17 by @renovate in #269
- GH-275 JDA permission validation by @Rollczi in #275
- GH-273 Add MessageEmbed result handler. by @Rollczi in #274
- GH-277 Add command option to set visibility of command by @Rollczi in #277
- GH-278 Register discord permission if executor is single. by @Rollczi in #278
- GH-279 Fix register context beans for JDA. Annotate PlatformSender#hasPermission for removal. by @Rollczi in #279
- GH-282 Update README to sponsors and GitHub workflows post-Hacktoberfest by @Rollczi in #282
- GH-284 Implement command shortcuts support by @P3ridot in #284
- GH-286 Fix NPE while parsing. by @Rollczi in #286
Dependencies
implementation("dev.rollczi:litecommands-core:3.0.3")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-core</artifactId>
<version>3.0.3</version>
</dependency>
New Contributors
Full Changelog: v3.0.2...v3.0.3