diff options
| author | Nanofaux <[email protected]> | 2020-08-22 16:26:24 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-22 16:26:24 -0400 |
| commit | dd408f6871f8d92de9a56e74f2cee797a56b2ecf (patch) | |
| tree | b03d36e32806f9e5ae0a5cd08bfa3b6d855cb924 /discord/client.py | |
| parent | Fix letter to be consistent with the rest of the docs (diff) | |
| download | discord.py-dd408f6871f8d92de9a56e74f2cee797a56b2ecf.tar.xz discord.py-dd408f6871f8d92de9a56e74f2cee797a56b2ecf.zip | |
Fix hyperlink reference to PartialInviteChannel in Client
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index 435336c3..739f59c3 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 ----------- |