Browse Source

Document new Guild.features

pull/2207/head
Rapptz 6 years ago
parent
commit
c97b097f07
  1. 13
      discord/guild.py

13
discord/guild.py

@ -234,10 +234,17 @@ class Guild(Hashable):
A list of features that the guild has. They are currently as follows:
- ``VIP_REGIONS``: Guild has VIP voice regions
- ``VANITY_URL``: Guild has a vanity invite URL (e.g. discord.gg/discord-api)
- ``INVITE_SPLASH``: Guild's invite page has a special splash.
- ``VERIFIED``: Guild is a "verified" server.
- ``VANITY_URL``: Guild can have a vanity invite URL (e.g. discord.gg/discord-api)
- ``INVITE_SPLASH``: Guild's invite page can have a special splash.
- ``VERIFIED``: Guild is a verified server.
- ``PARTNERED``: Guild is a partnered server.
- ``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`]
The guild's invite splash.

Loading…
Cancel
Save