From 5e4f3780ed8ae7f147b3180e785a9191a1cca786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20N=C3=B8rgaard?= Date: Fri, 4 Sep 2020 13:42:54 +0100 Subject: [PATCH] Add COMMUNITY to Guild.features --- discord/guild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/guild.py b/discord/guild.py index 0c6585d02..4c6013a32 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.