Skip to content

Commit

Permalink
Remove 'path' param doc from .setOutfit (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyeOnDiscord authored Jan 6, 2024
1 parent d80d1a3 commit b0f1f3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/structures/party/ClientPartyMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b0f1f3c

Please sign in to comment.