diff options
| author | Rapptz <[email protected]> | 2017-05-27 22:19:31 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-27 22:19:31 -0400 |
| commit | 83f86f902a2652cfaff8242b033c4c6aeeedb849 (patch) | |
| tree | fcb48016a22b27983e49c03c72f0c7cb6e36a0fa /docs | |
| parent | Add highest verification level. (diff) | |
| download | discord.py-83f86f902a2652cfaff8242b033c4c6aeeedb849.tar.xz discord.py-83f86f902a2652cfaff8242b033c4c6aeeedb849.zip | |
Rename verification level to extreme due to demand.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst index 35d88ee5..2bb9853d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -679,13 +679,13 @@ All enumerations are subclasses of `enum`_. .. attribute:: table_flip An alias for :attr:`high`. - .. attribute:: highest + .. attribute:: extreme Member must have a verified phone on their Discord account. .. attribute:: double_table_flip - An alias for :attr:`highest`. + An alias for :attr:`extreme`. .. class:: ContentFilter |