mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
refactor(Managers): rename add to _add (#6060)
This commit is contained in:
@@ -48,7 +48,7 @@ class GuildEmoji extends BaseGuildEmoji {
|
||||
_patch(data) {
|
||||
super._patch(data);
|
||||
|
||||
if (data.user) this.author = this.client.users.add(data.user);
|
||||
if (data.user) this.author = this.client.users._add(data.user);
|
||||
if (data.roles) this._roles = data.roles;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user