diff options
| author | Rapptz <[email protected]> | 2017-05-27 01:12:06 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-27 01:12:06 -0400 |
| commit | ee3c77353feb3bc4a4f4712e0b7581c9184be2d9 (patch) | |
| tree | 60e2857263f2626c1acc1b18ad40b78f0a3424b9 /docs/api.rst | |
| parent | [commands] Fix EmojiConverter not working with underscore names. (diff) | |
| download | discord.py-ee3c77353feb3bc4a4f4712e0b7581c9184be2d9.tar.xz discord.py-ee3c77353feb3bc4a4f4712e0b7581c9184be2d9.zip | |
Add highest verification level.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index eaa8372b..35d88ee5 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -679,6 +679,13 @@ All enumerations are subclasses of `enum`_. .. attribute:: table_flip An alias for :attr:`high`. + .. attribute:: highest + + Member must have a verified phone on their Discord account. + + .. attribute:: double_table_flip + + An alias for :attr:`highest`. .. class:: ContentFilter |