aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-27 22:19:31 -0400
committerRapptz <[email protected]>2017-05-27 22:19:31 -0400
commit83f86f902a2652cfaff8242b033c4c6aeeedb849 (patch)
treefcb48016a22b27983e49c03c72f0c7cb6e36a0fa /discord/enums.py
parentAdd highest verification level. (diff)
downloaddiscord.py-83f86f902a2652cfaff8242b033c4c6aeeedb849.tar.xz
discord.py-83f86f902a2652cfaff8242b033c4c6aeeedb849.zip
Rename verification level to extreme due to demand.
Diffstat (limited to 'discord/enums.py')
-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):