diff options
| author | PredaaA <[email protected]> | 2020-03-15 21:33:25 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-04 01:12:23 -0400 |
| commit | 99418122411801112613bf7b28032fcdef1698b4 (patch) | |
| tree | 93a605e6fe040bbf2e9aa8dd2956509261324ef2 | |
| parent | [commands] Fix a typo in the docstring of the internal _Semaphore class (diff) | |
| download | discord.py-99418122411801112613bf7b28032fcdef1698b4.tar.xz discord.py-99418122411801112613bf7b28032fcdef1698b4.zip | |
Add "FEATURABLE" in guild features.
| -rw-r--r-- | discord/guild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py index 87ad6f97..9b5a0753 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. |