Show decorator usage instead of signature in docs

This commit is contained in:
Devon R
2021-06-27 23:40:39 -04:00
committed by GitHub
parent 20dd632722
commit b2c9c26841
3 changed files with 110 additions and 19 deletions
+4 -1
View File
@@ -40,7 +40,10 @@ Client
.. autoclass:: Client
:members:
:exclude-members: fetch_guilds
:exclude-members: fetch_guilds, event
.. automethod:: Client.event()
:decorator:
.. automethod:: Client.fetch_guilds
:async-for: