diff options
Diffstat (limited to 'discord')
| -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 ----------- |