diff --git a/src/structures/party/ClientPartyMember.ts b/src/structures/party/ClientPartyMember.ts index 44baa126..e8240642 100644 --- a/src/structures/party/ClientPartyMember.ts +++ b/src/structures/party/ClientPartyMember.ts @@ -44,7 +44,7 @@ class ClientPartyMember extends PartyMember { * @param updated The updated schema * @throws {EpicgamesAPIError} */ - public async sendPatch(updated: PartyMemberSchema): Promise { + public async sendPatch(updated: PartyMemberSchema): Promise { await this.patchQueue.wait(); const patch = await this.client.http.sendEpicgamesRequest(