remove blank lines

This commit is contained in:
Lukáš Horáček 2020-04-14 15:13:00 +02:00
parent 4eca40d2de
commit bb5b7edbb4
No known key found for this signature in database
GPG Key ID: E07D6630DBC17195
1 changed files with 2 additions and 4 deletions

View File

@ -131,9 +131,7 @@ module.exports = client => {
}
}
}
if (!video && videos[0]) {
video = videos[0]
} else if(!video) {
@ -155,7 +153,7 @@ module.exports = client => {
const connection = await vc.join()
const v = guild.queue[0]
guild.dispatcher = connection.play(await ytdl(client.music.getLinkFromID(v.video.videoId), { highWaterMark: 1024 * 1024 * 32 }), { type: 'opus' })
guild.dispatcher.setVolume(0.25)