Skip to content

Commit

Permalink
Update src/guild/Player.ts
Browse files Browse the repository at this point in the history
Co-authored-by: 0t4u <[email protected]>
  • Loading branch information
flav-code and 0t4u authored Aug 4, 2024
1 parent 7991cfa commit f3dc83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guild/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class Player extends EventEmitter {
guildId: this.guildId,
playerOptions: {
track: {
encoded: this.track
encoded: this.track,
},
position: this.position,
paused: this.paused,
Expand Down

0 comments on commit f3dc83c

Please sign in to comment.