From 551007caee630242bef9078861506a07c79c4bbe Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Fri, 31 May 2019 21:32:05 +0300 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 52bc1b27..d1b3fcd1 100644 --- a/index.js +++ b/index.js @@ -84,6 +84,7 @@ client.on('message', async msg => { command = command.slice(PREFIX.length) if (command === 'play') { + serverQueue.connection.dispatcher.setVolumeLogarithmic(1 / 5); if (!args[1]) return msg.channel.send(':x: I\'m sorry but you didn\'t specify the song'); const voiceChannel = msg.member.voiceChannel; if (!voiceChannel) return msg.channel.send(':x: I\'m sorry but you need to be in a voice channel to play music!');