mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
Show decorator usage instead of signature in docs
This commit is contained in:
@ -140,5 +140,15 @@ API Reference
|
||||
.. autoclass:: discord.ext.tasks.Loop()
|
||||
:members:
|
||||
:special-members: __call__
|
||||
:exclude-members: after_loop, before_loop, error
|
||||
|
||||
.. automethod:: Loop.after_loop()
|
||||
:decorator:
|
||||
|
||||
.. automethod:: Loop.before_loop()
|
||||
:decorator:
|
||||
|
||||
.. automethod:: Loop.error()
|
||||
:decorator:
|
||||
|
||||
.. autofunction:: discord.ext.tasks.loop
|
||||
|
Reference in New Issue
Block a user