diff --git a/discord/guild.py b/discord/guild.py index fa7b320c6..0bcfb0268 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.