diff options
| author | Leaf ▲ <[email protected]> | 2019-12-15 14:43:33 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-12-17 00:15:16 -0500 |
| commit | ab3eab135fc21844203ed0015ca3f58d17af78e7 (patch) | |
| tree | 87b1851715fd52e984d0dc6969bfe47119db79de | |
| parent | [commands] check if prefix is None in .pages (diff) | |
| download | discord.py-ab3eab135fc21844203ed0015ca3f58d17af78e7.tar.xz discord.py-ab3eab135fc21844203ed0015ca3f58d17af78e7.zip | |
Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index 5c41a4bf..d5cfdb64 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. |