diff --git a/docs/resources/guild.mdx b/docs/resources/guild.mdx index 090e927704..03c76fd694 100644 --- a/docs/resources/guild.mdx +++ b/docs/resources/guild.mdx @@ -125,6 +125,7 @@ Fields specific to the `GUILD_CREATE` event are listed in the [Gateway Events do | SUPPRESS_JOIN_NOTIFICATION_REPLIES | `1 << 3` | Hide member join sticker reply buttons | | SUPPRESS_ROLE_SUBSCRIPTION_PURCHASE_NOTIFICATIONS | `1 << 4` | Suppress role subscription purchase and renewal notifications | | SUPPRESS_ROLE_SUBSCRIPTION_PURCHASE_NOTIFICATION_REPLIES | `1 << 5` | Hide role subscription sticker reply buttons | +| SUPPRESS_UGC_ADDED_NOTIFICATIONS | `1 << 8` | Suppress emoji added notifications | ###### Guild Features diff --git a/docs/resources/message.mdx b/docs/resources/message.mdx index 801bdab0e6..b019b73603 100644 --- a/docs/resources/message.mdx +++ b/docs/resources/message.mdx @@ -112,6 +112,7 @@ Type `19` and `20` are only available in API v8 and above. In v6, they are repre | GUILD_INCIDENT_REPORT_FALSE_ALARM | 39 | true | | PURCHASE_NOTIFICATION | 44 | true | | POLL_RESULT | 46 | true | +| EMOJI_ADDED | 63 | true | \* Can only be deleted by members with `MANAGE_MESSAGES` permission