From eb11079569570ce991d9468ca40eb8fcf129e0be Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 22 Dec 2020 06:58:43 -0500 Subject: [PATCH] Document more guild features --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/guild.py b/discord/guild.py index 1a1917a8b..79f76b4dd 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -144,6 +144,8 @@ class Guild(Hashable): - ``ANIMATED_ICON``: Guild can upload an animated icon. - ``PUBLIC_DISABLED``: Guild cannot be public. - ``WELCOME_SCREEN_ENABLED``: Guild has enabled the welcome screen + - ``MEMBER_VERIFICATION_GATE_ENABLED``: Guild has Membership Screening enabled. + - ``PREVIEW_ENABLED``: Guild can be viewed before being accepted via Membership Screening. splash: Optional[:class:`str`] The guild's invite splash.