diff options
| author | Rapptz <[email protected]> | 2015-10-27 17:59:23 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-27 17:59:23 -0400 |
| commit | f770fc1c67ec6b0594ad5351be35ccb61d8a791a (patch) | |
| tree | 065bcc0e939ae3f80bd7bc1b75fd2bb9b2f9f820 /docs | |
| parent | Add support for passing in Object to methods. (diff) | |
| download | discord.py-f770fc1c67ec6b0594ad5351be35ccb61d8a791a.tar.xz discord.py-f770fc1c67ec6b0594ad5351be35ccb61d8a791a.zip | |
Add discord.Object to the documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 8c288120..b659fdce 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -244,6 +244,9 @@ Data Classes Some classes are just there to be data containers, this lists them. It should be assumed that *all* classes in this category are immutable and should not be modified. +.. autoclass:: Object + :members: + .. autoclass:: User :members: |