aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorStanisÅ‚aw Jelnicki <[email protected]>2021-05-26 02:51:08 +0200
committerGitHub <[email protected]>2021-05-25 20:51:08 -0400
commit67aabc3230b1c94d36d002ba7371dcef7e11f549 (patch)
tree9c081012ae76f239495c81e05115a1e85efc4482 /docs/api.rst
parent[commands] Remove Bot.self_bot (diff)
downloaddiscord.py-67aabc3230b1c94d36d002ba7371dcef7e11f549.tar.xz
discord.py-67aabc3230b1c94d36d002ba7371dcef7e11f549.zip
Remove VerificationLevel aliases
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst15
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/api.rst b/docs/api.rst
index d3aa1729..bac81d32 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -1301,23 +1301,10 @@ of :class:`enum.Enum`.
Member must have a verified email, be registered on Discord for more
than five minutes, and be a member of the guild itself for more than
ten minutes.
- .. attribute:: table_flip
-
- An alias for :attr:`high`.
- .. attribute:: extreme
+ .. attribute:: highest
Member must have a verified phone on their Discord account.
- .. attribute:: double_table_flip
-
- An alias for :attr:`extreme`.
-
- .. attribute:: very_high
-
- An alias for :attr:`extreme`.
-
- .. versionadded:: 1.4
-
.. class:: NotificationLevel
Specifies whether a :class:`Guild` has notifications on for all messages or mentions only by default.