diff --git a/commands/games-mp/connect-four.js b/commands/games-mp/connect-four.js index fdda2ea0..3831ed96 100644 --- a/commands/games-mp/connect-four.js +++ b/commands/games-mp/connect-four.js @@ -134,6 +134,7 @@ module.exports = class ConnectFourCommand extends Command { if (winner === 'time') return msg.say('Game ended due to inactivity.'); return msg.say(stripIndents` ${winner ? `Congrats, ${winner}!` : 'Looks like it\'s a draw...'} + Final Move: **${lastMove}** ${this.displayBoard(board, playerOneEmoji, playerTwoEmoji)} ${nums.join('')}