Browse Source
Fix hyperlink reference to PartialInviteChannel in Client
pull/5752/head
Nanofaux
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/client.py
|
|
@ -1189,7 +1189,7 @@ class Client: |
|
|
|
|
|
|
|
If the invite is for a guild you have not joined, the guild and channel |
|
|
|
attributes of the returned :class:`.Invite` will be :class:`.PartialInviteGuild` and |
|
|
|
:class:`PartialInviteChannel` respectively. |
|
|
|
:class:`.PartialInviteChannel` respectively. |
|
|
|
|
|
|
|
Parameters |
|
|
|
----------- |
|
|
|