From dbcb80a7b573e9db7eaa5eabac97f5ab1946872b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 29 Aug 2018 16:34:27 +0000 Subject: [PATCH] Make spacing better --- commands/games/quiz-duel.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games/quiz-duel.js b/commands/games/quiz-duel.js index fae1f792..be4793bb 100644 --- a/commands/games/quiz-duel.js +++ b/commands/games/quiz-duel.js @@ -79,7 +79,7 @@ module.exports = class QuizDuelCommand extends Command { if (userPoints >= maxPts) winner = msg.author; else if (oppoPoints >= maxPts) winner = opponent; const score = oneLine` - ${userWin ? '**' : ''}${userPoints}${userWin ? '**' : ''}- + ${userWin ? '**' : ''}${userPoints}${userWin ? '**' : ''} - ${userWin ? '' : '**'}${oppoPoints}${userWin ? '' : '**'} `; await msg.say(`Nice one, ${result.author}! The score is now ${score}!`); diff --git a/package.json b/package.json index f4f97d89..c6a82e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "88.0.0", + "version": "88.0.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {