mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Emoji.url uses api url.
This commit is contained in:
parent
a55e1241a7
commit
6344504dfc
@ -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…
x
Reference in New Issue
Block a user