Emoji.url uses api url.
This commit is contained in:
parent
a55e1241a7
commit
6344504dfc
@ -104,4 +104,4 @@ class Emoji(Hashable):
|
|||||||
@property
|
@property
|
||||||
def url(self):
|
def url(self):
|
||||||
"""Returns a URL version of the emoji."""
|
"""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…
x
Reference in New Issue
Block a user