aboutsummaryrefslogtreecommitdiff
path: root/docs/ext
diff options
context:
space:
mode:
authorSebastian Law <[email protected]>2021-02-21 04:19:10 -0800
committerGitHub <[email protected]>2021-02-21 07:19:10 -0500
commitceab8ff638b373cb7769ce6fa9708bd350d7a71d (patch)
treecee23625790ccb049274b2e8f65b1ee293055728 /docs/ext
parentAdd "Secret" channel/emoji example (diff)
downloaddiscord.py-ceab8ff638b373cb7769ce6fa9708bd350d7a71d.tar.xz
discord.py-ceab8ff638b373cb7769ce6fa9708bd350d7a71d.zip
[tasks] make __call__ actually appear in the docs
Diffstat (limited to 'docs/ext')
-rw-r--r--docs/ext/tasks/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ext/tasks/index.rst b/docs/ext/tasks/index.rst
index 13dfbc5e..55f60932 100644
--- a/docs/ext/tasks/index.rst
+++ b/docs/ext/tasks/index.rst
@@ -139,5 +139,6 @@ API Reference
.. autoclass:: discord.ext.tasks.Loop()
:members:
+ :special-members: __call__
.. autofunction:: discord.ext.tasks.loop