diff --git a/src/structures/party/ClientPartyMember.ts b/src/structures/party/ClientPartyMember.ts index 367717e1..031e3a1d 100644 --- a/src/structures/party/ClientPartyMember.ts +++ b/src/structures/party/ClientPartyMember.ts @@ -192,7 +192,6 @@ class ClientPartyMember extends PartyMember { * @param id The outfit's ID * @param variants The outfit's variants * @param enlightment The outfit's enlightment - * @param path The outfit's path in the game files * @throws {EpicgamesAPIError} */ public async setOutfit(id: string, variants: CosmeticVariant[] = [], enlightment?: CosmeticEnlightment) {