Justin
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
disco/types/guild.py
|
|
@ -72,7 +72,7 @@ class GuildEmoji(Emoji): |
|
|
|
|
|
|
|
@property |
|
|
|
def url(self): |
|
|
|
return 'https://cdn.discordapp.com/emojis/{}.{}'.format(self.id, 'gif' if self.animated else 'png') |
|
|
|
return 'https://discordapp.com/api/emojis/{}.{}'.format(self.id, 'gif' if self.animated else 'png') |
|
|
|
|
|
|
|
@cached_property |
|
|
|
def guild(self): |
|
|
|