set volume to 25

This commit is contained in:
Lukáš Horáček 2020-04-11 16:31:19 +02:00
parent 079bcd50a1
commit 7340ef1af3
No known key found for this signature in database
GPG Key ID: E07D6630DBC17195
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ module.exports = client => {
let v = guild.queue[0];
guild.dispatcher = connection.play(await ytdl(client.music.getLinkFromID(v.video.id.videoId)), {type: 'opus'});
guild.dispatcher.setVolume(0.3);
guild.dispatcher.setVolume(0.25);
message.reply('playing **' + v.video.snippet.title + '**');
};