aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-09-04 23:23:47 -0400
committerRapptz <[email protected]>2015-09-04 23:23:47 -0400
commit80eb567520d2f20b383cf680f14b07c8f3728ac2 (patch)
tree9de4b97ed1c2bebd211d0d7b59acc3f8e3bb4cb0 /docs
parentRefactor parse_time into its own utils file. (diff)
downloaddiscord.py-80eb567520d2f20b383cf680f14b07c8f3728ac2.tar.xz
discord.py-80eb567520d2f20b383cf680f14b07c8f3728ac2.zip
Add support for creating invites.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst3
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
------------