Browse Source

Revert emoji url change

pull/139/head
Justin 6 years ago
committed by GitHub
parent
commit
7b875fe181
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      disco/types/guild.py

2
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):

Loading…
Cancel
Save