This commit is contained in:
Dragon Fire
2021-01-19 22:10:49 -05:00
parent 47bd4131c2
commit e4073837b8
+1 -1
View File
@@ -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}