diff options
| author | Rapptz <[email protected]> | 2020-01-14 22:08:21 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-14 22:09:24 -0500 |
| commit | 5f7a97ff9614828a0a8db4d30d496d3caf25b3ac (patch) | |
| tree | 1479ebf5f1d7537f4b4c9474e5dcdb01348d31ab /docs | |
| parent | updated the docs for Guild.vanity_invite (diff) | |
| download | discord.py-5f7a97ff9614828a0a8db4d30d496d3caf25b3ac.tar.xz discord.py-5f7a97ff9614828a0a8db4d30d496d3caf25b3ac.zip | |
Document BaseActivity
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index fab60587..a975b624 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2483,6 +2483,12 @@ Colour .. autoclass:: Colour :members: +BaseActivity +~~~~~~~~~~~~~~ + +.. autoclass:: BaseActivity + :members: + Activity ~~~~~~~~~ |