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:
@@ -67,7 +67,7 @@ class UserManager extends CachedManager {
|
||||
}
|
||||
|
||||
const data = await this.client.api.users(id).get();
|
||||
return this.add(data, cache);
|
||||
return this._add(data, cache);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user