diff options
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 3a6f8bf..bebcf61 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 |