diff options
Diffstat (limited to 'discord/server.py')
| -rw-r--r-- | discord/server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/server.py b/discord/server.py index 9e0a796f..456f4ca9 100644 --- a/discord/server.py +++ b/discord/server.py @@ -141,6 +141,7 @@ class Server: """Gets the default :class:`Channel` for the server.""" return utils.find(lambda c: c.is_default_channel(), self.channels) + @property def icon_url(self): """Returns the URL version of the server's icon. Returns an empty string if it has no icon.""" if self.icon is None: |