From e67c260f3e16b0bcdc84e5f5959f2d454c202bcc Mon Sep 17 00:00:00 2001 From: Evan Date: Sat, 21 Sep 2019 18:43:52 +0200 Subject: [PATCH] The LURKABLE feature has been renamed to PUBLIC --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 4096bab0a..fc68de46d 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.