From 960d9f56572394ae3ff5f43773a061057f0ec9b3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 18 Jul 2020 21:08:54 -0400 Subject: Added skip --- bot.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 82f4444..4df724f 100644 --- a/bot.js +++ b/bot.js @@ -43,7 +43,9 @@ client.on('message', async msg => { msg.reply('You need to join a voice channel first!'); } } - + if (command == 'skip') { + //TODO + } if (command == 'leave') { // Only try to join the sender's voice channel if they are in one themselves if (msg.member.voice.channel) { -- cgit v1.2.3