Skip to content

Commit

Permalink
Fix typo in Guild.vanity_invite documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
itswilliboy committed May 9, 2024
1 parent 64e743a commit 0bb6967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/guild.py
Expand Up @@ -3868,7 +3868,7 @@ async def vanity_invite(self) -> Optional[Invite]:
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
-------
Expand Down

0 comments on commit 0bb6967

Please sign in to comment.