diff --git a/discord/guild.py b/discord/guild.py index 555cafa7c..71ca954db 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -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