summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSin <[email protected]>2020-05-21 20:12:06 -0700
committerGitHub <[email protected]>2020-05-21 20:12:06 -0700
commit8a6deffa1a451d54c854ead9f574da101592f089 (patch)
tree77868c4221606f35870fe6241edbb7025c52745e /src
parentchange divise back to 100 (diff)
downloaddep-core-8a6deffa1a451d54c854ead9f574da101592f089.tar.xz
dep-core-8a6deffa1a451d54c854ead9f574da101592f089.zip
Update play.ts
Diffstat (limited to 'src')
-rw-r--r--src/commands/voice/play.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/voice/play.ts b/src/commands/voice/play.ts
index 8efc3b4..dfbeadb 100644
--- a/src/commands/voice/play.ts
+++ b/src/commands/voice/play.ts
@@ -231,7 +231,7 @@ module.exports = class PlayVoice extends Command {
)
.on('start', function () {
msg.guild.musicData.songDispatcher = dispatcher;
- const volume = 100 / 100;
+ const volume = 100 / 150;
msg.guild.musicData.volume = volume;
dispatcher.setVolume(msg.guild.musicData.volume);
const videoEmbed = new MessageEmbed()