diff options
| author | 8cy <[email protected]> | 2020-04-10 11:47:50 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-10 11:47:50 -0700 |
| commit | b89247135684b52e3a23266327e7bea35f4b2592 (patch) | |
| tree | f56910aff48789a458f8d68092ea75fe553bfc14 /commands/voice/volume.js | |
| parent | cool update :D, v2.0.2 (diff) | |
| download | s5nical-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.js | 2 |
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 |