feat(*): Clarified comments

This commit is contained in:
2020-10-26 00:08:12 +00:00
parent 7385936638
commit 0f068ec9fe
+2 -2
View File
@@ -42,7 +42,7 @@ client.once('ready', () =>{
* lq - Leave the queue * lq - Leave the queue
* sq - Show the queue * sq - Show the queue
* cq - Clear the queue * cq - Clear the queue
* ru - Remove a user from the queue * ru - Remove a tagged user from the queue
*/ */
function generateRandomCode() { 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]) { if (command === 'ru' && args[0]) {
const user = getUserFromMention(args[0]); const user = getUserFromMention(args[0]);