Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED

This commit is contained in:
Leaf ▲ 2019-12-15 14:43:33 +01:00 committed by Rapptz
parent e79ccf3f4c
commit ab3eab135f

View File

@ -245,7 +245,7 @@ class Guild(Hashable):
- ``NEWS``: Guild can create news channels. - ``NEWS``: Guild can create news channels.
- ``BANNER``: Guild can upload and use a banner (i.e. :meth:`banner_url`). - ``BANNER``: Guild can upload and use a banner (i.e. :meth:`banner_url`).
- ``ANIMATED_ICON``: Guild can upload an animated icon. - ``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`] splash: Optional[:class:`str`]
The guild's invite splash. The guild's invite splash.