feat(*): Clean up whitespace

This commit is contained in:
2021-02-28 09:52:57 +00:00
parent 5f875bc91d
commit eea9841481
+1 -1
View File
@@ -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);