diff options
| author | 8cy <[email protected]> | 2020-04-11 06:22:53 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-11 06:22:53 -0700 |
| commit | a80abc36f8a610cc97bd99479a6bbf55782be579 (patch) | |
| tree | 3ff59dab029435584bc25b8f48978528c955f746 /commands/voice/volume.js | |
| parent | reworks, v2.0.5 (diff) | |
| download | s5nical-a80abc36f8a610cc97bd99479a6bbf55782be579.tar.xz s5nical-a80abc36f8a610cc97bd99479a6bbf55782be579.zip | |
big portage, v2.1.0
- remove some commenting in app.js
- add gay, respect, btc, btcchange
- port itemshop, psycho and abee to new play system
- bolden important things in message responses
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 |