diff options
| author | apple502j <[email protected]> | 2020-04-09 17:10:44 +0900 |
|---|---|---|
| committer | apple502j <[email protected]> | 2020-04-09 17:10:44 +0900 |
| commit | 6d0db182b962b106a894eee718886e0d8aff8fee (patch) | |
| tree | ab2d6505d67138256931fc5e02e6877c57046c49 /discord | |
| parent | [commands] Raise CheckFailure if all bot "check once" fail (diff) | |
| download | discord.py-6d0db182b962b106a894eee718886e0d8aff8fee.tar.xz discord.py-6d0db182b962b106a894eee718886e0d8aff8fee.zip | |
Add new alias VerificationLevel.very_high
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/enums.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index 645efefa..8feb13bb 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -221,6 +221,7 @@ class VerificationLevel(Enum): table_flip = 3 extreme = 4 double_table_flip = 4 + very_high = 4 def __str__(self): return self.name |