diff --git a/docs/resources/guild.mdx b/docs/resources/guild.mdx index 3effec4e51..15c69ae5a1 100644 --- a/docs/resources/guild.mdx +++ b/docs/resources/guild.mdx @@ -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) | @@ -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