Skip to content

Commit

Permalink
Define which features are directly mutable (#5270)
Browse files Browse the repository at this point in the history
* Define which features are directly mutable

* Update docs/resources/Guild.md

Co-authored-by: Florian Spieß <business@minn.dev>

* Update docs/resources/Guild.md

Co-authored-by: advaith <advaithj1@gmail.com>

Co-authored-by: Florian Spieß <business@minn.dev>
Co-authored-by: advaith <advaithj1@gmail.com>
  • Loading branch information
3 people committed Sep 14, 2022
1 parent 969ccfe commit aade02e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ Guilds in Discord represent an isolated collection of users and channels, and ar
| VIP_REGIONS | guild has access to set 384kbps bitrate in voice (previously VIP voice servers) |
| WELCOME_SCREEN_ENABLED | guild has enabled the welcome screen |

###### Mutable Guild Features

| Features | Required Permissions | Effects |
| ---------------- | --------------------- | --------------------------------------------------------- |
| COMMUNITY | Administrator | Enables Community Features in the guild |
| INVITES_DISABLED | Manage Guild | Pauses all invites/access to the server |
| DISCOVERABLE | Administrator* | Enables discovery in the guild, making it publicly listed |

\* Server also must be passing all discovery requirements

###### Example Guild

```json
Expand Down

0 comments on commit aade02e

Please sign in to comment.