mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
fix(Sticker): Rename method correctly to _add (#6421)
This commit is contained in:
@@ -78,7 +78,7 @@ class Sticker extends Base {
|
|||||||
* The user that uploaded the guild sticker
|
* The user that uploaded the guild sticker
|
||||||
* @type {?User}
|
* @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
|
* The standard sticker's sort order within its pack
|
||||||
|
|||||||
Reference in New Issue
Block a user