summaryrefslogtreecommitdiff
path: root/commands/squeak.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/squeak.js')
-rw-r--r--commands/squeak.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/squeak.js b/commands/squeak.js
index 02ef20a..a1c4046 100644
--- a/commands/squeak.js
+++ b/commands/squeak.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