summaryrefslogtreecommitdiff
path: root/commands/uhhhh.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/uhhhh.js')
-rw-r--r--commands/uhhhh.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/uhhhh.js b/commands/uhhhh.js
index 18e6081..3c84d8d 100644
--- a/commands/uhhhh.js
+++ b/commands/uhhhh.js
@@ -10,11 +10,11 @@ module.exports = {
dispatcher.on('end', () => {
msg.member.voiceChannel.leave();
- })
+ });
} else if (msg.guild.voiceConnection) {
msg.reply('i\'m already playing that lol');
} else {
msg.reply('you need to join a voice channel first silly');
}
}
-} \ No newline at end of file
+}; \ No newline at end of file