aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/enums.py13
1 files changed, 5 insertions, 8 deletions
diff --git a/discord/enums.py b/discord/enums.py
index 5f6a599b..1fc0b29e 100644
--- a/discord/enums.py
+++ b/discord/enums.py
@@ -225,14 +225,11 @@ class SpeakingState(Enum):
return self.value
class VerificationLevel(Enum):
- none = 0
- low = 1
- medium = 2
- high = 3
- table_flip = 3
- extreme = 4
- double_table_flip = 4
- very_high = 4
+ none = 0
+ low = 1
+ medium = 2
+ high = 3
+ highest = 4
def __str__(self):
return self.name