diff options
Diffstat (limited to 'discord')
| -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 ea551e1d..213ef5a4 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -262,7 +262,7 @@ class Invite(Hashable): max_uses: :class:`int` How many times the invite can be used. A value of ``0`` indicates that it has unlimited uses. - inviter: :class:`User` + inviter: Optional[:class:`User`] The user who created the invite. approximate_member_count: Optional[:class:`int`] The approximate number of members in the guild. |