summaryrefslogtreecommitdiff
path: root/commands/voice/volume.js
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-12 05:48:25 -0700
committer8cy <[email protected]>2020-04-12 05:48:25 -0700
commitb9b82004cd5e7b64deb1b20e2ea17353f4d01deb (patch)
treee896855b35174116bc5ddc6e716e4a7a8ff40df2 /commands/voice/volume.js
parentoop, v3.0.1 (diff)
downloads5nical-b9b82004cd5e7b64deb1b20e2ea17353f4d01deb.tar.xz
s5nical-b9b82004cd5e7b64deb1b20e2ea17353f4d01deb.zip
emojis for all :D, 3.0.2
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;