Skip to content

Commit

Permalink
add PartyMember#playlist getter
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed Dec 6, 2023
1 parent 425aea1 commit 382ef14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/party/PartyMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ class PartyMember extends User {
}

/**
* The member's current island
* The member's current playlist
*/
public get island() {
public get playlist() {
return this.meta.island;
}

Expand Down

0 comments on commit 382ef14

Please sign in to comment.