aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/enums.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/enums.py b/discord/enums.py
index d0c343a8..51ceba8e 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):