diff options
| author | Rapptz <[email protected]> | 2020-12-22 06:58:43 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-22 07:18:40 -0500 |
| commit | eb11079569570ce991d9468ca40eb8fcf129e0be (patch) | |
| tree | ad685daf20c7a5ef0cb90674887d900110d27166 | |
| parent | remove extraneous assignment (diff) | |
| download | discord.py-eb11079569570ce991d9468ca40eb8fcf129e0be.tar.xz discord.py-eb11079569570ce991d9468ca40eb8fcf129e0be.zip | |
Document more guild features
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py index 1a1917a8..79f76b4d 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. |