mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
refactor(Managers): rename add to _add (#6060)
This commit is contained in:
@@ -14,7 +14,7 @@ class IntegrationApplication extends Application {
|
||||
* The bot user for this application
|
||||
* @type {?User}
|
||||
*/
|
||||
this.bot = data.bot ? this.client.users.add(data.bot) : this.bot ?? null;
|
||||
this.bot = data.bot ? this.client.users._add(data.bot) : this.bot ?? null;
|
||||
|
||||
/**
|
||||
* The url of the application's terms of service
|
||||
|
||||
Reference in New Issue
Block a user