diff options
| author | Rapptz <[email protected]> | 2017-04-30 07:16:11 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-04-30 07:17:00 -0400 |
| commit | ba2dad209316aeaecb9e1d315bb03a09794c5e2c (patch) | |
| tree | 548dceed0b68850a6de8e2781146ebe110b029d8 /docs | |
| parent | Changed audit_log to audit_logs in documentation (diff) | |
| download | discord.py-ba2dad209316aeaecb9e1d315bb03a09794c5e2c.tar.xz discord.py-ba2dad209316aeaecb9e1d315bb03a09794c5e2c.zip | |
Add support for setting and retrieving guild vanity invites.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index fbf16e92..509c10df 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1320,6 +1320,8 @@ this goal, it must make use of a couple of data classes that aid in this goal. *str* – The guild's vanity URL. + See also :meth:`Guild.vanity_invite` and :meth:`Guild.change_vanity_invite`. + .. attribute:: position *int* – The position of a :class:`Role` or :class:`abc.GuildChannel`. |