From b63f4f70329cfc0a00ecd450bb0bc5334a7170ef Mon Sep 17 00:00:00 2001 From: Capn <38225872+CapnS@users.noreply.github.com> Date: Sun, 13 Oct 2019 20:41:00 -0400 Subject: [PATCH] Add MEMBER_LIST_DISABLED to docs for Guild.features --- discord/guild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/guild.py b/discord/guild.py index fc68de46d..138a046d5 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.