aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-18 21:08:54 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-18 21:08:54 -0400
commit960d9f56572394ae3ff5f43773a061057f0ec9b3 (patch)
tree59f61ebf8da83820d8b5c8c1aae2afdf6c9e7e26
parent2163cd881373cbef83375a5b9d2ed55e8c95465c (diff)
downloadDLAP-960d9f56572394ae3ff5f43773a061057f0ec9b3.tar.gz
DLAP-960d9f56572394ae3ff5f43773a061057f0ec9b3.tar.bz2
DLAP-960d9f56572394ae3ff5f43773a061057f0ec9b3.zip
Added skip
-rw-r--r--bot.js4
1 files changed, 3 insertions, 1 deletions
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) {