diff options
Diffstat (limited to 'commands/wahoo.js')
| -rw-r--r-- | commands/wahoo.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/wahoo.js b/commands/wahoo.js index 540a801..4745874 100644 --- a/commands/wahoo.js +++ b/commands/wahoo.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 |