This commit is contained in:
March 7th
2022-05-06 21:17:20 +07:00
parent 89508c214b
commit 391d972d98
10 changed files with 47 additions and 30 deletions

View File

@@ -127,10 +127,16 @@ class Client extends BaseClient {
*/
this.users = new UserManager(this);
/** Patch
*
// Patch
/**
* All of the relationships {@link User}
* @type {RelationshipsManager}
*/
this.relationships = new RelationshipsManager(this);
/**
* All of the settings {@link Object}
* @type {ClientUserSettingManager}
*/
this.setting = new ClientUserSettingManager(this);
/**
* All of the guilds the client is currently handling, mapped by their ids -