diff options
| author | Josh <[email protected]> | 2021-05-06 21:51:07 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-06 07:51:07 -0400 |
| commit | 3864fb37a0814345913c7ca4fd1978fa5e2ef7e2 (patch) | |
| tree | e5a411b6e35fe3485381880a40223cc574d5e2e9 /discord/invite.py | |
| parent | Typehint emoji classes (diff) | |
| download | discord.py-3864fb37a0814345913c7ca4fd1978fa5e2ef7e2.tar.xz discord.py-3864fb37a0814345913c7ca4fd1978fa5e2ef7e2.zip | |
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected]>
Diffstat (limited to 'discord/invite.py')
| -rw-r--r-- | discord/invite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/invite.py b/discord/invite.py index 7a80d301..ea551e1d 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -281,7 +281,7 @@ class Invite(Hashable): The target of this invite in the case of stream invites. .. versionadded:: 2.0 - target_type: :class:`InviteType` + target_type: :class:`InviteTarget` The invite's target type. .. versionadded:: 2.0 |