This commit is contained in:
Daniel Odendahl Jr
2017-05-28 15:45:27 +00:00
parent d0fcc137b6
commit c9209d4c5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.');
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "21.4.3",
"version": "21.4.4",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {