fix channel._recipients.filter is not function

This commit is contained in:
March 7th 2022-10-03 19:38:10 +07:00
parent afcfd29a92
commit 054c9db49b

View File

@ -63,6 +63,8 @@ class PartialGroupDMChannel extends Channel {
*/ */
this.invites = new Collection(); this.invites = new Collection();
this._recipients = [];
this._patch(data); this._patch(data);
} }