Make spacing better

This commit is contained in:
Daniel Odendahl Jr
2018-08-29 16:34:27 +00:00
parent a8cab8cc95
commit dbcb80a7b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}!`);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "88.0.0",
"version": "88.0.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {