summaryrefslogtreecommitdiff
path: root/commands/voice/volume.js
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-10 11:47:50 -0700
committer8cy <[email protected]>2020-04-10 11:47:50 -0700
commitb89247135684b52e3a23266327e7bea35f4b2592 (patch)
treef56910aff48789a458f8d68092ea75fe553bfc14 /commands/voice/volume.js
parentcool update :D, v2.0.2 (diff)
downloads5nical-b89247135684b52e3a23266327e7bea35f4b2592.tar.xz
s5nical-b89247135684b52e3a23266327e7bea35f4b2592.zip
spaces between emoji, v2.0.3
Diffstat (limited to 'commands/voice/volume.js')
-rw-r--r--commands/voice/volume.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/voice/volume.js b/commands/voice/volume.js
index cdcd478..3a6f8bf 100644
--- a/commands/voice/volume.js
+++ b/commands/voice/volume.js
@@ -34,6 +34,6 @@ module.exports = class VolumeVoice extends Command {
const volume = wantedVol / 100;
msg.guild.musicData.volume = volume;
msg.guild.musicData.songDispatcher.setVolume(volume);
- msg.reply(`volume is now: ${wantedVol}%` + emoji.random());
+ msg.reply(`volume is now: ${wantedVol}% ` + emoji.random());
}
}; \ No newline at end of file