From c9040f6d1046a78a0dfe6f9265c72a79e9f85394 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 22 Jan 2021 21:33:00 -0500 Subject: [PATCH] Fix --- commands/games-mp/nim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/nim.js b/commands/games-mp/nim.js index 41569a9a..e393cc76 100644 --- a/commands/games-mp/nim.js +++ b/commands/games-mp/nim.js @@ -62,7 +62,7 @@ module.exports = class NimCommand extends Command { const user = userTurn ? msg.author : opponent; if (!userTurn && opponent.bot) { const turn = this.computerTurn(board); - await msg.say(`For my turn, I remove **${turn[1]}** ${objectEmoji} from **row ${turn[0]}**.`); + await msg.say(`For my turn, I remove **${turn[1]}** ${objectEmoji} from **row ${turn[0] + 1}**.`); } else { await msg.say(stripIndents` ${user}, from which row do you want to remove from? Type \`end\` to forefeit.