Browse Source

Fix hyperlink reference to PartialInviteChannel in Client

pull/5752/head
Nanofaux 5 years ago
committed by GitHub
parent
commit
dd408f6871
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/client.py

2
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
-----------

Loading…
Cancel
Save