diff options
| author | Rapptz <[email protected]> | 2015-08-26 07:46:46 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-26 07:46:46 -0400 |
| commit | 49bc2dbf48c64f3fa4a9c176576fd10ffc67ea82 (patch) | |
| tree | 5f7c72809b0d306429699e9ff48138c4aba1ff41 /docs | |
| parent | Server members are now their own class that subclass Users. (diff) | |
| download | discord.py-49bc2dbf48c64f3fa4a9c176576fd10ffc67ea82.tar.xz discord.py-49bc2dbf48c64f3fa4a9c176576fd10ffc67ea82.zip | |
Documentation update.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst index 1b3648a6..c9b6de0b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -92,10 +92,17 @@ Some classes are just there to be data containers, this lists them. It should be .. autoclass:: Server :members: -.. autoclass:: Channel +.. autoclass:: Member :members: -.. autoclass:: PrivateChannel +.. autoclass:: Role + :members: + +.. autoclass:: Permissions :members: +.. autoclass:: Channel + :members: +.. autoclass:: PrivateChannel + :members: |