From 2c449b6b48f5cbc88e666afa852055b873994ca5 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sun, 15 Aug 2021 12:10:31 +0100 Subject: [PATCH] fix(Sticker): Rename method correctly to _add (#6421) --- src/structures/Sticker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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