document
This commit is contained in:
@@ -68,6 +68,7 @@ class PartialGroupDMChannel extends Channel {
|
||||
|
||||
/**
|
||||
* Invites fetch
|
||||
* @type {Collection<string, Invite>}
|
||||
*/
|
||||
this.invites = new Collection();
|
||||
|
||||
|
@@ -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() {
|
||||
|
Reference in New Issue
Block a user