Pedro
Pedro
### Describe the bug Im updating a user with new sponsors but in the update user throw an internal issue. ### Expected behavior Update the user with the sponsors provided...
Close #6999 Currently the API return nullable for interactions_endpoint_url and role_connections_verification_url in Application info then this PR just reflect that behaviour also fix the example with the missing fields and...
### Description Currently https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure mention name can be null only for reactions but thats not include Onboarding promt option where this can happen too. ### Steps to Reproduce N/A ###...
Application return interactions_endpoint_url and role_connections_verification_url with null value
### Description The application object based in docs show interactions_endpoint_url/role_connections_verification_url with not null values but running https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information return this fields with null values ### Steps to Reproduce Call https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information and...
**Description:** This handle a case where the messageAuthorId can not be set in the gateway, for reduce breaking things this fix just handle the missing case with a 0 ID...
**Description:** This PR allow via Spec the follow: - Add stickets and flags to be used in the creation of message - Add flags to be used in the execution...
**Description:** Add support for Recurrence Rule in Scheduled events like mention in https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object **Depends on:** https://github.com/Discord4J/discord-json/pull/188
**Description:** Handle the change from https://github.com/Discord4J/discord-json/pull/191 for the parentId value and also minor improvements **Justification:** Close https://github.com/Discord4J/Discord4J/issues/1263
**Description:** This PR rename the ReactionEmoji to Emoji for reflects the general purpuse currently in that class also thanks to https://github.com/Discord4J/Discord4J/commit/b682ed80543515a9b73ec4de893909344d20a139 this PR reduce the redundancy of the possible two...
**Feature Description:** Define and implement checkstyle in the project, fow make a standar in what things need follow rules and avoid unnecesary style changes beetwen PR The adition of checkstyle...