Document new Guild.features

This commit is contained in:
Rapptz 2019-06-07 22:26:05 -04:00
parent f84219c2b2
commit c97b097f07

View File

@ -234,10 +234,17 @@ class Guild(Hashable):
A list of features that the guild has. They are currently as follows: A list of features that the guild has. They are currently as follows:
- ``VIP_REGIONS``: Guild has VIP voice regions - ``VIP_REGIONS``: Guild has VIP voice regions
- ``VANITY_URL``: Guild has a vanity invite URL (e.g. discord.gg/discord-api) - ``VANITY_URL``: Guild can have a vanity invite URL (e.g. discord.gg/discord-api)
- ``INVITE_SPLASH``: Guild's invite page has a special splash. - ``INVITE_SPLASH``: Guild's invite page can have a special splash.
- ``VERIFIED``: Guild is a "verified" server. - ``VERIFIED``: Guild is a verified server.
- ``PARTNERED``: Guild is a partnered server.
- ``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji. - ``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji.
- ``DISCOVERABLE``: Guild shows up in Server Discovery.
- ``COMMERCE``: Guild can sell things using store channels.
- ``LURKABLE``: Users can lurk in this guild via Server Discovery.
- ``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.
splash: Optional[:class:`str`] splash: Optional[:class:`str`]
The guild's invite splash. The guild's invite splash.