Skip to content
Open
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
16 changes: 10 additions & 6 deletions docs/resources/guild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ Fields specific to the `GUILD_CREATE` event are listed in the [Gateway Events do

| Feature | Description |
|-------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
| ACTIVITY_FEED_DISABLED_BY_USER | guild has disabled the activity feed |
| ACTIVITY_FEED_ENABLED_BY_USER | guild has enabled the activity feed |
| ANIMATED_BANNER | guild has access to set an animated guild banner image |
| ANIMATED_ICON | guild has access to set an animated guild icon |
| APPLICATION_COMMAND_PERMISSIONS_V2 | guild is using the [old permissions configuration behavior](/docs/change-log#upcoming-application-command-permission-changes) |
Expand Down Expand Up @@ -165,12 +167,14 @@ Fields specific to the `GUILD_CREATE` event are listed in the [Gateway Events do

###### Mutable Guild Features

| Features | Required Permissions | Effects |
|----------------------|----------------------|-----------------------------------------------------------|
| COMMUNITY | Administrator | Enables Community Features in the guild |
| DISCOVERABLE | Administrator* | Enables discovery in the guild, making it publicly listed |
| INVITES_DISABLED | Manage Guild | Pauses all invites/access to the server |
| RAID_ALERTS_DISABLED | Manage Guild | Disables alerts for join raids |
| Features | Required Permissions | Effects |
|--------------------------------|----------------------|-----------------------------------------------------------|
| ACTIVITY_FEED_DISABLED_BY_USER | Manage Guild | Disables the activity feed |
| ACTIVITY_FEED_ENABLED_BY_USER | Manage Guild | Enables the activity feed |
| COMMUNITY | Administrator | Enables Community Features in the guild |
| DISCOVERABLE | Administrator* | Enables discovery in the guild, making it publicly listed |
| INVITES_DISABLED | Manage Guild | Pauses all invites/access to the server |
| RAID_ALERTS_DISABLED | Manage Guild | Disables alerts for join raids |

\* Server also must be passing all discovery requirements

Expand Down