aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Nørgaard <[email protected]>2020-09-04 13:42:54 +0100
committerGitHub <[email protected]>2020-09-04 08:42:54 -0400
commit5e4f3780ed8ae7f147b3180e785a9191a1cca786 (patch)
treead4f9522774f6e14fb0b4a467b45ff979457ed7d
parentAdded __eq__ to Message (diff)
downloaddiscord.py-5e4f3780ed8ae7f147b3180e785a9191a1cca786.tar.xz
discord.py-5e4f3780ed8ae7f147b3180e785a9191a1cca786.zip
Add COMMUNITY to Guild.features
-rw-r--r--discord/guild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 0c6585d0..4c6013a3 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -138,6 +138,7 @@ class Guild(Hashable):
- ``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji.
- ``DISCOVERABLE``: Guild shows up in Server Discovery.
- ``FEATURABLE``: Guild is able to be featured in Server Discovery.
+ - ``COMMUNITY``: Guild is a community server.
- ``COMMERCE``: Guild can sell things using store channels.
- ``PUBLIC``: Guild is a public guild.
- ``NEWS``: Guild can create news channels.