Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/resources/guild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/resources/message.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down