diff options
| author | Hornwitser <[email protected]> | 2018-10-17 03:31:37 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-11-24 22:17:58 -0500 |
| commit | 0e7b3781514f496128b98a110d5cf658a90bd7c5 (patch) | |
| tree | a68447633cfaf5d41fbcf37a5d3bc86007de451a | |
| parent | [lint] Changed missed docstrings to raw-string (diff) | |
| download | discord.py-0e7b3781514f496128b98a110d5cf658a90bd7c5.tar.xz discord.py-0e7b3781514f496128b98a110d5cf658a90bd7c5.zip | |
[lint] Remove extra whitespace in guild.py
Remove trailing whitespace in guild.py introduced by 3727ea9.
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index 917d4108..1a747844 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -434,7 +434,7 @@ class Guild(Hashable): return '' return 'https://cdn.discordapp.com/icons/{0.id}/{0.icon}.{1}?size={2}'.format(self, format, size) - + @property def splash_url(self): """Returns the URL version of the guild's invite splash. Returns an empty string if it has no splash.""" |