diff options
| author | Rapptz <[email protected]> | 2020-12-19 00:51:59 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-19 00:51:59 -0500 |
| commit | 9013e1d1a2f5ce983e44dfb2a0c4db8e98787da0 (patch) | |
| tree | 9df17212710c24e71b4bbff793c16456f58829c2 /docs/ext | |
| parent | Rework index page to take less vertical space (diff) | |
| download | discord.py-9013e1d1a2f5ce983e44dfb2a0c4db8e98787da0.tar.xz discord.py-9013e1d1a2f5ce983e44dfb2a0c4db8e98787da0.zip | |
[tasks] Add missing attributetable to tasks
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/tasks/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ext/tasks/index.rst b/docs/ext/tasks/index.rst index bc97d0ac..13dfbc5e 100644 --- a/docs/ext/tasks/index.rst +++ b/docs/ext/tasks/index.rst @@ -135,6 +135,8 @@ Doing something during cancellation: API Reference --------------- +.. attributetable:: discord.ext.tasks.Loop + .. autoclass:: discord.ext.tasks.Loop() :members: |