Pedro

Results 78 issues of Pedro

**Description:** By mistake the fields in the request for modify automod rule was not optional when docs say they are, this PR fix that. **Depends on:** https://github.com/Discord4J/discord-json/pull/186

area/core
API change

**Expected Behavior:** You can pass an empty AutoModRuleEditSpec or just with one parameter and works **Actual Behavior:** Need put name, type and enabled for all cases **Version:** 3.2 **Other:** This...

bug

Currently using 2.8.2 i have a config file with this. ```yaml enabled-extensions: - libertybans ``` but console throw a error for null extension. `[10:25:26 ERROR]: [BanAnnouncer] You choose null but...

This PR allow change the behaviour in anvils where enchantments applied are limited to the max level registered. Code to test a case where only books can override the max...

**Description:** This PR try to handle the new Subscription API and the migration for entitlements where ends_at can be null **Justification:** Close #1287 and also mitigate the migration for the...

area/rest
area/core
API change

**Feature Description:** Handle the changes related to theSubscription API and Entitlement migration **Justification:** - https://github.com/discord/discord-api-docs/pull/7109 - https://github.com/discord/discord-api-docs/pull/7110 - https://github.com/discord/discord-api-docs/pull/7201

for team attention

**Description:** Add support for the linked role mention for guild and role. **Justification:** https://github.com/discord/discord-api-docs/pull/7105

area/core

**Description:** This PR just add support for add a Poll when edit a deferred interaction response. **Justification:** https://github.com/discord/discord-api-docs/pull/7090 **Depends on:** https://github.com/Discord4J/discord-json/pull/194

area/core

**Description:** this PR implements https://github.com/Discord4J/discord-json/pull/187 for allow the support for forward messages. this also include a minor breaking change based in how the MessageCreateSpec just expect a Snowflake for the...

area/core
behavior change
area/common

Fixs #11623 like Tags enchantments (and pretty sure many other Registry things) can be removed by datapacks and how CrafBukkit (for legacy) expects vanilla ever exists can cause issues... This...