Skip to content

Commit

Permalink
🩹Default volume changed to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MotiCAT committed Dec 7, 2023
1 parent 7d402c9 commit 3f2c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class YTPlayer {
});
this.player = createAudioPlayer();
this.queue = queueManager.getQueue(serverId) as Queue;
this.volume = 100 / 10;
this.volume = 0.1;
this.player
.on('subscribe', () => {
this.isPlaying = true;
Expand Down

0 comments on commit 3f2c5d8

Please sign in to comment.