aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-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) {