diff options
Diffstat (limited to 'docs/api.rst')
| -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`. |