Browse Source

Emoji.url uses api url.

pull/285/head
Khazhismel 9 years ago
parent
commit
6344504dfc
  1. 2
      discord/emoji.py

2
discord/emoji.py

@ -104,4 +104,4 @@ class Emoji(Hashable):
@property
def url(self):
"""Returns a URL version of the emoji."""
return "https://discordcdn.com/emojis/{0.id}.png".format(self)
return "https://discordapp.com/api/emojis/{0.id}.png".format(self)

Loading…
Cancel
Save