From c9209d4c5dc432e0d97d82aee396a0970aa10e90 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 28 May 2017 15:45:27 +0000 Subject: [PATCH] Battle --- commands/games/battle.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games/battle.js b/commands/games/battle.js index b043d483..6b22ee91 100644 --- a/commands/games/battle.js +++ b/commands/games/battle.js @@ -105,7 +105,7 @@ module.exports = class BattleCommand extends Command { if (guard) guard = false; } else await msg.say('You have already cured!'); } else if (choice === 'run') { - await msg.say(`${username} flees!`); + await msg.say(`**${username}** flees!`); if (userTurn) userHP = 0; else oppoHP = 0; } else await msg.say('I do not understand what you want to do.'); diff --git a/package.json b/package.json index 150389d3..1f84466a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "21.4.3", + "version": "21.4.4", "description": "A Discord Bot", "main": "Shard.js", "scripts": {