From 83f86f902a2652cfaff8242b033c4c6aeeedb849 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 27 May 2017 22:19:31 -0400 Subject: Rename verification level to extreme due to demand. --- discord/enums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord') 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): -- cgit v1.2.3