Browse Source
Fix typo in Guild.vanity_invite documentation
pull/9822/head
Willi
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
------- |
|
|
|