mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
refactor(Managers): rename add to _add (#6060)
This commit is contained in:
@@ -29,7 +29,7 @@ class GuildBan extends Base {
|
||||
* The user this ban applies to
|
||||
* @type {User}
|
||||
*/
|
||||
this.user = this.client.users.add(data.user, true);
|
||||
this.user = this.client.users._add(data.user, true);
|
||||
|
||||
if ('reason' in data) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user