mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-12 18:33:45 +00:00
feat(*): Clean up whitespace
This commit is contained in:
@@ -260,7 +260,7 @@ client.on('message', function (message) {
|
||||
|
||||
logger.info(`${message.author.username} used command q in ${message.channel.name}`);
|
||||
|
||||
logger.info( `${message.author.username} joined the queue.`);
|
||||
logger.info(`${message.author.username} joined the queue.`);
|
||||
sendEmbedMessage(logger, message, Discord, 'Queue in progress', `${message.author.username} joined the queue.`);
|
||||
|
||||
playerQueue.push(message.author);
|
||||
|
||||
Reference in New Issue
Block a user