default to 50% user volume
This commit is contained in:
parent
b254495fd3
commit
8325891854
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,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.5);
|
||||
guild.dispatcher.setVolume(0.25);
|
||||
|
||||
message.reply('playing **' + v.video.snippet.title + '**');
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue