From 2e272bed17ae89150295671091dcedaf15ca1e02 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Jan 2021 12:10:11 -0500 Subject: [PATCH] Only send one inactivity message in nim --- commands/games-mp/nim.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/games-mp/nim.js b/commands/games-mp/nim.js index 3795eae4..5c91fa29 100644 --- a/commands/games-mp/nim.js +++ b/commands/games-mp/nim.js @@ -76,7 +76,6 @@ module.exports = class NimCommand extends Command { }); if (!turn.size) { if (lastTurnTimeout) { - await msg.say('Game ended due to inactivity.'); winner = 'time'; break; } else { @@ -112,7 +111,6 @@ module.exports = class NimCommand extends Command { }); if (!rowTurn.size) { if (lastTurnTimeout) { - await msg.say('Game ended due to inactivity.'); winner = 'time'; break; } else {