From 3cd1fdc1eb646dd468bc533786dd8089b9a1c147 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 12 Sep 2017 04:21:15 -0400 Subject: [PATCH] Document new features for guilds. --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/guild.py b/discord/guild.py index ed2860bd9..6116ff0a1 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -113,6 +113,8 @@ class Guild(Hashable): - ``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. + - ``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji. splash: str The guild's invite splash.