From 99418122411801112613bf7b28032fcdef1698b4 Mon Sep 17 00:00:00 2001 From: PredaaA <46051820+PredaaA@users.noreply.github.com> Date: Sun, 15 Mar 2020 21:33:25 +0100 Subject: [PATCH] Add "FEATURABLE" in guild features. --- discord/guild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/guild.py b/discord/guild.py index 87ad6f97a..9b5a0753a 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -127,6 +127,7 @@ class Guild(Hashable): - ``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. + - ``FEATURABLE``: Guild is able to be featured in Server Discovery. - ``COMMERCE``: Guild can sell things using store channels. - ``PUBLIC``: Users can lurk in this guild via Server Discovery. - ``NEWS``: Guild can create news channels.