mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Guild.owner may be None for very large guilds.
This commit is contained in:
parent
032a866fec
commit
ad87bfb395
@ -537,7 +537,7 @@ class Guild(Hashable):
|
||||
|
||||
@property
|
||||
def owner(self):
|
||||
""":class:`Member`: The member that owns the guild."""
|
||||
"""Optional[:class:`Member`]: The member that owns the guild."""
|
||||
return self.get_member(self.owner_id)
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user