Add support for creating invites.

This commit is contained in:
Rapptz
2015-09-04 23:23:47 -04:00
parent b4e6591c9d
commit 80eb567520
4 changed files with 121 additions and 0 deletions

View File

@ -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
------------