|
@ -434,7 +434,7 @@ class Guild(Hashable): |
|
|
return '' |
|
|
return '' |
|
|
|
|
|
|
|
|
return 'https://cdn.discordapp.com/icons/{0.id}/{0.icon}.{1}?size={2}'.format(self, format, size) |
|
|
return 'https://cdn.discordapp.com/icons/{0.id}/{0.icon}.{1}?size={2}'.format(self, format, size) |
|
|
|
|
|
|
|
|
@property |
|
|
@property |
|
|
def splash_url(self): |
|
|
def splash_url(self): |
|
|
"""Returns the URL version of the guild's invite splash. Returns an empty string if it has no splash.""" |
|
|
"""Returns the URL version of the guild's invite splash. Returns an empty string if it has no splash.""" |
|
|