From 1b4b6f8da21645f74088bdc921873e89aaa28783 Mon Sep 17 00:00:00 2001 From: Zomatree <39768508+zomatree@users.noreply.github.com> Date: Wed, 15 Jan 2020 02:16:33 +0000 Subject: [PATCH] updated the docs for Guild.vanity_invite --- discord/guild.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.