diff options
| author | Rapptz <[email protected]> | 2015-09-04 23:23:47 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-09-04 23:23:47 -0400 |
| commit | 80eb567520d2f20b383cf680f14b07c8f3728ac2 (patch) | |
| tree | 9de4b97ed1c2bebd211d0d7b59acc3f8e3bb4cb0 /docs | |
| parent | Refactor parse_time into its own utils file. (diff) | |
| download | discord.py-80eb567520d2f20b383cf680f14b07c8f3728ac2.tar.xz discord.py-80eb567520d2f20b383cf680f14b07c8f3728ac2.zip | |
Add support for creating invites.
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 c74ea20a..23f1e458 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -120,6 +120,9 @@ Some classes are just there to be data containers, this lists them. It should be .. autoclass:: PrivateChannel :members: +.. autoclass:: Invite + :members: + Exceptions ------------ |