mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user