Emoji.url uses api url.
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user