diff options
| author | Capn <[email protected]> | 2019-10-13 20:41:00 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-10-17 05:56:01 -0400 |
| commit | b63f4f70329cfc0a00ecd450bb0bc5334a7170ef (patch) | |
| tree | a9e2ace60174f3465f279bd9ada7fdd1ec0d46aa | |
| parent | add suppress-embeds to on_message_edit triggers (diff) | |
| download | discord.py-b63f4f70329cfc0a00ecd450bb0bc5334a7170ef.tar.xz discord.py-b63f4f70329cfc0a00ecd450bb0bc5334a7170ef.zip | |
Add MEMBER_LIST_DISABLED to docs for Guild.features
| -rw-r--r-- | discord/guild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py index fc68de46..138a046d 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -245,6 +245,7 @@ class Guild(Hashable): - ``NEWS``: Guild can create news channels. - ``BANNER``: Guild can upload and use a banner (i.e. :meth:`banner_url`). - ``ANIMATED_ICON``: Guild can upload an animated icon. + - ``MEMBER_LIST_DISABLED``: Member list is disabled. splash: Optional[:class:`str`] The guild's invite splash. |