aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAkshuAgarwal <[email protected]>2021-08-18 04:45:02 +0000
committerGitHub <[email protected]>2021-08-18 00:45:02 -0400
commit6b6bcb92e610b4e3a2b3178c1f48fa7871b281e4 (patch)
tree874e96c1c4115235de70970d8b998c510e29fc38 /docs
parentAdd other message types exclusions to Message.is_system (diff)
downloaddiscord.py-6b6bcb92e610b4e3a2b3178c1f48fa7871b281e4.tar.xz
discord.py-6b6bcb92e610b4e3a2b3178c1f48fa7871b281e4.zip
Fix missing or broken versionadded in docstrings
This also documents BadFlagArgument.flag
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 82978e7c..1ce97377 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -739,6 +739,8 @@ to handle it, which defaults to print a traceback and ignoring the exception.
This requires :attr:`Intents.members` to be enabled.
+ .. versionadded:: 2.0
+
:param member: The member who joined or left.
:type member: :class:`ThreadMember`