aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 555cafa7..71ca954d 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