fix(Sticker): Rename method correctly to _add (#6421)

This commit is contained in:
Jiralite
2021-08-15 12:10:31 +01:00
committed by GitHub
parent 81bb68d3be
commit 2c449b6b48

View File

@@ -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