diff options
| author | Zomatree <[email protected]> | 2020-01-15 02:16:33 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-14 22:07:38 -0500 |
| commit | 1b4b6f8da21645f74088bdc921873e89aaa28783 (patch) | |
| tree | 2019681159d4d7baa866552047187768faf1d2b9 | |
| parent | removed parameter section in Asset.read (diff) | |
| download | discord.py-1b4b6f8da21645f74088bdc921873e89aaa28783.tar.xz discord.py-1b4b6f8da21645f74088bdc921873e89aaa28783.zip | |
updated the docs for Guild.vanity_invite
| -rw-r--r-- | discord/guild.py | 3 |
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. |