mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-07 10:31:59 +00:00
Rename verification level to extreme due to demand.
This commit is contained in:
parent
ee3c77353f
commit
83f86f902a
@ -75,7 +75,7 @@ class VerificationLevel(Enum):
|
|||||||
medium = 2
|
medium = 2
|
||||||
high = 3
|
high = 3
|
||||||
table_flip = 3
|
table_flip = 3
|
||||||
highest = 4
|
extreme = 4
|
||||||
double_table_flip = 4
|
double_table_flip = 4
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
@ -679,13 +679,13 @@ All enumerations are subclasses of `enum`_.
|
|||||||
.. attribute:: table_flip
|
.. attribute:: table_flip
|
||||||
|
|
||||||
An alias for :attr:`high`.
|
An alias for :attr:`high`.
|
||||||
.. attribute:: highest
|
.. attribute:: extreme
|
||||||
|
|
||||||
Member must have a verified phone on their Discord account.
|
Member must have a verified phone on their Discord account.
|
||||||
|
|
||||||
.. attribute:: double_table_flip
|
.. attribute:: double_table_flip
|
||||||
|
|
||||||
An alias for :attr:`highest`.
|
An alias for :attr:`extreme`.
|
||||||
|
|
||||||
.. class:: ContentFilter
|
.. class:: ContentFilter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user