mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-13 02:43:46 +00:00
feat(*): Clarified comments
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user