Webpack build for branch master: afe0bd8bc4

This commit is contained in:
Travis CI 2017-05-27 20:06:45 +00:00
parent e5922e386b
commit 04f1c0894c
2 changed files with 2 additions and 2 deletions

View file

@ -4362,7 +4362,7 @@ class User {
* @readonly
*/
get defaultAvatarURL() {
return Constants.Endpoints.CDN(this.client.options.http.host).DefaultAvatar(this.discriminator % 5);
return Constants.Endpoints.CDN(this.client.options.http.cdn).DefaultAvatar(this.discriminator % 5);
}
/**

File diff suppressed because one or more lines are too long