mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Document Invite.inviter as optional
This commit is contained in:
committed by
GitHub
parent
5fa64e83e0
commit
9b4e820bbe
@ -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.
|
||||
|
Reference in New Issue
Block a user