aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-09-12 04:21:15 -0400
committerRapptz <[email protected]>2017-09-12 04:21:15 -0400
commit3cd1fdc1eb646dd468bc533786dd8089b9a1c147 (patch)
treeeb2e095dbbee678559494ff2e01ca85e043e7527
parentFix crashing for now when a category is created. (diff)
downloaddiscord.py-3cd1fdc1eb646dd468bc533786dd8089b9a1c147.tar.xz
discord.py-3cd1fdc1eb646dd468bc533786dd8089b9a1c147.zip
Document new features for guilds.
-rw-r--r--discord/guild.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py
index ed2860bd..6116ff0a 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.