From dd408f6871f8d92de9a56e74f2cee797a56b2ecf Mon Sep 17 00:00:00 2001 From: Nanofaux <62013808+Nanofaux@users.noreply.github.com> Date: Sat, 22 Aug 2020 16:26:24 -0400 Subject: [PATCH] Fix hyperlink reference to PartialInviteChannel in Client --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 435336c38..739f59c33 100644 --- a/discord/client.py +++ b/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 -----------