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 9610cdea..0df3600d 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -205,7 +205,7 @@ class Guild(Hashable):
self._members.pop(member.id, None)
def __str__(self):
- return self.name
+ return self.name or ''
def __repr__(self):
attrs = (