diff --git a/src/structures/Sticker.js b/src/structures/Sticker.js index 621fc61b4..fa9ccc116 100644 --- a/src/structures/Sticker.js +++ b/src/structures/Sticker.js @@ -78,7 +78,7 @@ class Sticker extends Base { * The user that uploaded the guild sticker * @type {?User} */ - this.user = sticker.user ? this.client.users.add(sticker.user) : null; + this.user = sticker.user ? this.client.users._add(sticker.user) : null; /** * The standard sticker's sort order within its pack