diff options
| author | Evan <[email protected]> | 2019-09-21 18:43:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-21 18:43:52 +0200 |
| commit | e67c260f3e16b0bcdc84e5f5959f2d454c202bcc (patch) | |
| tree | e937e144a9dc943fbf4d4e2c9aa9c3eba1f2f65f | |
| parent | Reaction's emoji can be a partial one too (diff) | |
| download | discord.py-e67c260f3e16b0bcdc84e5f5959f2d454c202bcc.tar.xz discord.py-e67c260f3e16b0bcdc84e5f5959f2d454c202bcc.zip | |
The LURKABLE feature has been renamed to PUBLIC
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index 4096bab0..fc68de46 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -241,7 +241,7 @@ class Guild(Hashable): - ``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji. - ``DISCOVERABLE``: Guild shows up in Server Discovery. - ``COMMERCE``: Guild can sell things using store channels. - - ``LURKABLE``: Users can lurk in this guild via Server Discovery. + - ``PUBLIC``: Users can lurk in this guild via Server Discovery. - ``NEWS``: Guild can create news channels. - ``BANNER``: Guild can upload and use a banner (i.e. :meth:`banner_url`). - ``ANIMATED_ICON``: Guild can upload an animated icon. |