From 776d658362bcf5942a7c8f8499fc4c5ffa10a9d1 Mon Sep 17 00:00:00 2001 From: advaith Date: Wed, 7 Sep 2022 15:12:23 -0700 Subject: [PATCH] Add `INVITES_DISABLED` guild feature (#5269) * Add `INVITES_DISABLED` guild feature * edit description Co-Authored-By: Shay DeWael <3411005+shaydewael@users.noreply.github.com> Co-authored-by: Shay DeWael <3411005+shaydewael@users.noreply.github.com> --- docs/resources/Guild.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/Guild.md b/docs/resources/Guild.md index eb3948a6c2..13e94c4593 100644 --- a/docs/resources/Guild.md +++ b/docs/resources/Guild.md @@ -127,6 +127,7 @@ Guilds in Discord represent an isolated collection of users and channels, and ar | COMMUNITY | guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates | | DISCOVERABLE | guild is able to be discovered in the directory | | FEATURABLE | guild is able to be featured in the directory | +| INVITES_DISABLED | guild has paused invites, preventing new users from joining | | INVITE_SPLASH | guild has access to set an invite splash background | | MEMBER_VERIFICATION_GATE_ENABLED | guild has enabled [Membership Screening](#DOCS_RESOURCES_GUILD/membership-screening-object) | | MONETIZATION_ENABLED | guild has enabled monetization |