mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-14 03:30:18 +00:00
Update index.js
This commit is contained in:
parent
bd3008c072
commit
b8416bac27
1
index.js
1
index.js
@ -352,6 +352,7 @@ function play(guild, song) {
|
|||||||
})
|
})
|
||||||
.on('error', error => console.error(error));
|
.on('error', error => console.error(error));
|
||||||
dispatcher.setVolumeLogarithmic(1 / 5);
|
dispatcher.setVolumeLogarithmic(1 / 5);
|
||||||
|
serverQueue.volume = 1
|
||||||
|
|
||||||
serverQueue.textChannel.send(`:musical_note: Start playing: **${song.title}**`);
|
serverQueue.textChannel.send(`:musical_note: Start playing: **${song.title}**`);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user