diff --git a/src/structures/User.js b/src/structures/User.js index 2797f7ff9..08056184c 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -125,7 +125,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); } /**