Skip to content

Commit

Permalink
docs: actually describe what getPlayer does
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Jul 19, 2024
1 parent 2b69174 commit 173db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/Rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class Rest {
}

/**
* Gets all the player with the specified sessionId
* Gets the player with the specified guildId
* @returns Promise that resolves to a Lavalink player
*/
public getPlayer(guildId: string): Promise<LavalinkPlayer | undefined> {
Expand Down

0 comments on commit 173db87

Please sign in to comment.