Version 2.1.0 - Edit de valeurs
All checks were successful
Subsonics - Web/pipeline/head This commit looks good

This commit is contained in:
2024-04-16 16:50:11 +02:00
parent ef3d23d7b1
commit 4ed76f3a31
4 changed files with 5 additions and 4 deletions

View File

@ -36,7 +36,7 @@ class MoonlinkPlayer {
this.playing = data.playing || false;
this.paused = data.paused || false;
this.loop = data.loop || 0;
this.volume = data.volume || 100;
this.volume = data.volume || 80;
this.ping = data.ping || 0;
this.queue = new (index_1.Structure.get("MoonlinkQueue"))(this.manager, this.guildId);
this.current = null;