summaryrefslogtreecommitdiff
path: root/commands/voice/volume.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/voice/volume.js')
-rw-r--r--commands/voice/volume.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/voice/volume.js b/commands/voice/volume.js
index b8090ff..bd5f0b0 100644
--- a/commands/voice/volume.js
+++ b/commands/voice/volume.js
@@ -26,13 +26,13 @@ module.exports = class VolumeVoice extends Command {
}
run(msg, { wantedVol }) {
var voiceChannel = msg.member.voice.channel;
- if (!voiceChannel) return msg.reply('join a channel and try again');
+ if (!voiceChannel) return msg.reply('join a channel and try again ' + emoji.random());
if (
typeof msg.guild.musicData.songDispatcher == 'undefined' ||
msg.guild.musicData.songDispatcher == null
) {
- return msg.reply('there isn\'t a song playing right now lol');
+ return msg.reply('there isn\'t a song playing right now lol ' + emoji.random());
}
const volume = wantedVol / 100;