From c97b097f0769d86561b52fb5462b12b41c32f84a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 7 Jun 2019 22:26:05 -0400 Subject: [PATCH] Document new Guild.features --- discord/guild.py | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index adfa890d7..ccafe11f9 100644 --- a/discord/guild.py +++ b/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.