aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZomatree <[email protected]>2020-01-15 02:16:33 +0000
committerRapptz <[email protected]>2020-01-14 22:07:38 -0500
commit1b4b6f8da21645f74088bdc921873e89aaa28783 (patch)
tree2019681159d4d7baa866552047187768faf1d2b9
parentremoved parameter section in Asset.read (diff)
downloaddiscord.py-1b4b6f8da21645f74088bdc921873e89aaa28783.tar.xz
discord.py-1b4b6f8da21645f74088bdc921873e89aaa28783.zip
updated the docs for Guild.vanity_invite
-rw-r--r--discord/guild.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/discord/guild.py b/discord/guild.py
index fa7b320c..0bcfb026 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -1677,8 +1677,7 @@ class Guild(Hashable):
Returns the guild's special vanity invite.
- The guild must be partnered, i.e. have 'VANITY_URL' in
- :attr:`~Guild.features`.
+ The guild must have 'VANITY_URL' in :attr:`~Guild.features`.
You must have the :attr:`~Permissions.manage_guild` permission to use
this as well.