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

@@ -68,6 +68,7 @@ class PartialGroupDMChannel extends Channel {
/**
* Invites fetch
* @type {Collection<string, Invite>}
*/
this.invites = new Collection();

View File

@@ -127,6 +127,7 @@ class User extends Base {
/**
* Check relationship status
* @type {Relationship}
* @readonly
*/
get relationships() {
@@ -136,6 +137,7 @@ class User extends Base {
/**
* Check note
* @type {?string}
* @readonly
*/
get note() {