From e4073837b8302f2766c87bf3b87bdc575a67f9ca Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 19 Jan 2021 22:10:49 -0500 Subject: [PATCH] Fix lint --- commands/games-mp/jenga.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/jenga.js b/commands/games-mp/jenga.js index 407df9a1..54a9cc64 100644 --- a/commands/games-mp/jenga.js +++ b/commands/games-mp/jenga.js @@ -109,7 +109,7 @@ module.exports = class JengaCommand extends Command { ? 'I pick up the last piece and win!' : `${winner} picks up the last piece, winning the game!`; } else { - text = `${opponent.bot && !userTurn ? `I pick ${i + 1}, a` : 'A'}nd the tower topples!` + text = `${opponent.bot && !userTurn ? `I pick ${i + 1}, a` : 'A'}nd the tower topples!`; } return msg.say(stripIndents` ${text}