Version 2.1.0 - Edit de valeurs
All checks were successful
Subsonics - Web/pipeline/head This commit looks good
All checks were successful
Subsonics - Web/pipeline/head This commit looks good
This commit is contained in:
2
node_modules/moonlink.js/dist/src/@Entities/MoonlinkPlayer.js
generated
vendored
2
node_modules/moonlink.js/dist/src/@Entities/MoonlinkPlayer.js
generated
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user