diff options
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 |