From d5ab44b7651f40f925979995c2567eae7ec35b2a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 27 May 2018 22:19:32 +0000 Subject: [PATCH] common-tags was fixed --- commands/games/battle.js | 2 +- commands/games/emoji-emoji-revolution.js | 2 +- commands/games/tic-tac-toe.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/games/battle.js b/commands/games/battle.js index a002f74d..70a4922c 100644 --- a/commands/games/battle.js +++ b/commands/games/battle.js @@ -57,7 +57,7 @@ module.exports = class BattleCommand extends Command { let choice; if (!opponent.bot || (opponent.bot && userTurn)) { await msg.say(stripIndents` - ${user.toString()}, do you **fight**, **guard**, **special**, or **run**? + ${user}, do you **fight**, **guard**, **special**, or **run**? **${msg.author.username}**: ${userHP}HP **${opponent.username}**: ${oppoHP}HP `); diff --git a/commands/games/emoji-emoji-revolution.js b/commands/games/emoji-emoji-revolution.js index 91f0a45e..15d7084f 100644 --- a/commands/games/emoji-emoji-revolution.js +++ b/commands/games/emoji-emoji-revolution.js @@ -56,7 +56,7 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command { if (winner.id === msg.author.id) ++aPts; else ++oPts; await msg.say(stripIndents` - ${winner.toString()} won this round! + ${winner} won this round! **${msg.author.username}**: ${aPts} **${opponent.username}**: ${oPts} `); diff --git a/commands/games/tic-tac-toe.js b/commands/games/tic-tac-toe.js index 0ae53e7d..292807e2 100644 --- a/commands/games/tic-tac-toe.js +++ b/commands/games/tic-tac-toe.js @@ -42,7 +42,7 @@ module.exports = class TicTacToeCommand extends Command { const user = userTurn ? msg.author : opponent; const sign = userTurn ? 'X' : 'O'; await msg.say(stripIndents` - ${user.toString()}, which side do you pick? + ${user}, which side do you pick? \`\`\` ${sides[0]} | ${sides[1]} | ${sides[2]} —————————