emojis should use cdn endpoint (#1425)

This commit is contained in:
Drahcirius
2017-04-28 12:47:18 -04:00
committed by Crawl
parent 2accb7b6fd
commit 89745fe132
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ class Emoji {
* @readonly
*/
get url() {
return Constants.Endpoints.CDN(this.client.options.http.host).Emoji(this.id);
return Constants.Endpoints.CDN(this.client.options.http.cdn).Emoji(this.id);
}
/**