From 0378eb674b0e2a4013f68d45e1d5f0e30f9cad6f Mon Sep 17 00:00:00 2001 From: Jupith <51760248+Jupith@users.noreply.github.com> Date: Wed, 3 Aug 2022 13:27:05 +0100 Subject: [PATCH 1/3] Define which features are directly mutable --- docs/resources/Guild.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/resources/Guild.md b/docs/resources/Guild.md index b3d9c682e9..ec7a7d3b2d 100644 --- a/docs/resources/Guild.md +++ b/docs/resources/Guild.md @@ -142,6 +142,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 From a3c8c58c8a6a7c634a59ad744b1850b776a98116 Mon Sep 17 00:00:00 2001 From: Jupith <51760248+Jupith@users.noreply.github.com> Date: Wed, 3 Aug 2022 13:30:48 +0100 Subject: [PATCH 2/3] Update docs/resources/Guild.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Florian Spieß --- docs/resources/Guild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/Guild.md b/docs/resources/Guild.md index ec7a7d3b2d..4df4df65d8 100644 --- a/docs/resources/Guild.md +++ b/docs/resources/Guild.md @@ -148,7 +148,7 @@ Guilds in Discord represent an isolated collection of users and channels, and ar | ---------------- | --------------------- | -------------------------------------------------------- | | 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 | +| DISCOVERABLE | Administrator* | Enables discovery in the guild, making it publicly listed | \* Server also must be passing all discovery requirements From 27b76d70c5951ad2ba2b00829a99f64e76334cf4 Mon Sep 17 00:00:00 2001 From: Jupith <51760248+Jupith@users.noreply.github.com> Date: Mon, 29 Aug 2022 23:39:20 +0100 Subject: [PATCH 3/3] Update docs/resources/Guild.md Co-authored-by: advaith --- docs/resources/Guild.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/resources/Guild.md b/docs/resources/Guild.md index 4df4df65d8..98377746c7 100644 --- a/docs/resources/Guild.md +++ b/docs/resources/Guild.md @@ -144,10 +144,10 @@ Guilds in Discord represent an isolated collection of users and channels, and ar ###### 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 | +| 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