fix: friendNicknames
cache missing
This commit is contained in:
parent
60d38d460e
commit
6d170f3555
@ -84,7 +84,7 @@ class ClientUser extends User {
|
|||||||
* @type {Collection<Snowflake, string>}
|
* @type {Collection<Snowflake, string>}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this.friendNicknames = new Collection();
|
if (!this.friendNicknames?.size) this.friendNicknames = new Collection();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user