diff --git a/discord/enums.py b/discord/enums.py index d0c343a81..51ceba8e8 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -75,7 +75,7 @@ class VerificationLevel(Enum): medium = 2 high = 3 table_flip = 3 - highest = 4 + extreme = 4 double_table_flip = 4 def __str__(self): diff --git a/docs/api.rst b/docs/api.rst index 35d88ee56..2bb9853d9 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -679,13 +679,13 @@ All enumerations are subclasses of `enum`_. .. attribute:: table_flip An alias for :attr:`high`. - .. attribute:: highest + .. attribute:: extreme Member must have a verified phone on their Discord account. .. attribute:: double_table_flip - An alias for :attr:`highest`. + An alias for :attr:`extreme`. .. class:: ContentFilter