Pedro
Pedro
**Feature Description:** Add support for Build in Java 21 **Justification:** Mostly for support to another LTS version https://www.oracle.com/java/technologies/java-se-support-roadmap.html
This PR close #102 with the addition of a filter argument for channel for get builds based in version, for avoid a breaking this PR add the argument like a...
Version Server: This server is running CraftBukkit version git-Spigot-f6a273b-db10914 (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT) Issue: in SentPacket trigger a error with version. Log: https://hastebin.com/ezenaloriv.shell
**Description:** This PR try to add a workflow to check Pull Request and avoid the use of release branchs **Justification:** The use of this branchs make difficult for maintenance of...
**Description:** Implement a new method for Guilds for allow them to request a bulk ban **Justification:** https://github.com/discord/discord-api-docs/commit/07299f66afc44a86e045c1e5a63018744e927e17 **Depends:** https://github.com/Discord4J/discord-json/pull/166/files
**Description:** This implement the avatar decoration for users and members **Depends on:** https://github.com/Discord4J/discord-json/pull/177
**Description:** Add fields added in discord-json related to the reaction in message events
**Description:** Currently the build shows a warning for "unknown enum constant When.MAYBE" this is caused by an annotation in reactor for Nullable in the core build exists a dependency for...
### Expected behavior If you make changes using the plugin bootstrap feature and cause a exception this messages are printed in logs ### Observed/Actual behavior When you cause a exception...
This fixs #8086 based in the same issue the problem is the item passed to the event not have the change in the amount to pass. note: need learn more...