diff --git a/src/structures/PartialGroupDMChannel.js b/src/structures/PartialGroupDMChannel.js index 3319715..18bc377 100644 --- a/src/structures/PartialGroupDMChannel.js +++ b/src/structures/PartialGroupDMChannel.js @@ -63,6 +63,8 @@ class PartialGroupDMChannel extends Channel { */ this.invites = new Collection(); + this._recipients = []; + this._patch(data); }