fix channel._recipients.filter is not function
This commit is contained in:
parent
afcfd29a92
commit
054c9db49b
@ -63,6 +63,8 @@ class PartialGroupDMChannel extends Channel {
|
|||||||
*/
|
*/
|
||||||
this.invites = new Collection();
|
this.invites = new Collection();
|
||||||
|
|
||||||
|
this._recipients = [];
|
||||||
|
|
||||||
this._patch(data);
|
this._patch(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user