summaryrefslogtreecommitdiff
path: root/commands/voice/moan.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/voice/moan.js')
-rw-r--r--commands/voice/moan.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/voice/moan.js b/commands/voice/moan.js
index fbfb191..03824e3 100644
--- a/commands/voice/moan.js
+++ b/commands/voice/moan.js
@@ -22,9 +22,9 @@ module.exports = class MoanVoice extends Command {
connection.disconnect();
});
} else if (msg.guild.voice) {
- msg.reply('i\'m already playing that lol');
+ msg.reply('i\'m already playing that lol ' + emoji.random());
} else {
- msg.reply('you need to join a voice channel first silly');
+ msg.reply('you need to join a voice channel first silly ' + emoji.random());
}
}
}; \ No newline at end of file