From a85a129eeebef3c9f6368ca51207f0b2f075d4ec Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 18 Oct 2018 01:41:35 +0000 Subject: [PATCH] Change **__: to :**__ --- commands/games/hunger-games.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games/hunger-games.js b/commands/games/hunger-games.js index c132878e..da2f762b 100644 --- a/commands/games/hunger-games.js +++ b/commands/games/hunger-games.js @@ -43,7 +43,7 @@ module.exports = class HungerGamesCommand extends Command { const deaths = []; this.makeEvents(remaining, sunEvents, deaths, results); let text = stripIndents` - __**${bloodbath ? 'Bloodbath' : sun ? `Day ${turn}` : `Night ${turn}`}**__: + __**${bloodbath ? 'Bloodbath' : sun ? `Day ${turn}` : `Night ${turn}`}:**__ ${results.join('\n')} `; if (deaths.length) { diff --git a/package.json b/package.json index 30934f27..f986e363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "95.1.4", + "version": "95.1.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {