From 0f068ec9fedb1ea70e2797cfdc00eaf9a151701f Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 26 Oct 2020 00:08:12 +0000 Subject: [PATCH] feat(*): Clarified comments --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 26ebdd4..b5eb495 100644 --- a/index.js +++ b/index.js @@ -42,7 +42,7 @@ client.once('ready', () =>{ * lq - Leave the queue * sq - Show the queue * cq - Clear the queue - * ru - Remove a user from the queue + * ru - Remove a tagged user from the queue */ function generateRandomCode() { @@ -171,7 +171,7 @@ client.on('message', function (message) { } } - // Remove someone else from queue + // Remove a tagged user from queue if (command === 'ru' && args[0]) { const user = getUserFromMention(args[0]);