From ab3eab135fc21844203ed0015ca3f58d17af78e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leaf=20=E2=96=B2?= Date: Sun, 15 Dec 2019 14:43:33 +0100 Subject: [PATCH] Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 5c41a4bf5..d5cfdb642 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -245,7 +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. + - ``PUBLIC_DISABLED``: Guild cannot be public. splash: Optional[:class:`str`] The guild's invite splash.