From 0bb6967419b772dd408302b72f382b87368cc5d9 Mon Sep 17 00:00:00 2001 From: Willi <83978878+itswilliboy@users.noreply.github.com> Date: Thu, 9 May 2024 05:05:04 +0200 Subject: [PATCH] Fix typo in Guild.vanity_invite documentation --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 2a23d193f..59c216f2f 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -3868,7 +3868,7 @@ class Guild(Hashable): The guild must have ``VANITY_URL`` in :attr:`~Guild.features`. - You must have :attr:`~Permissions.manage_guild` to do this.as well. + You must have :attr:`~Permissions.manage_guild` to do this as well. Raises -------