From 35970740e3d569dcd2830e58ac138f1af80beeac Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 9 Apr 2020 00:09:16 -0400 Subject: [PATCH] Fix lint --- commands/games-sp/google-feud.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/games-sp/google-feud.js b/commands/games-sp/google-feud.js index 4c2c7c64..aa804e24 100644 --- a/commands/games-sp/google-feud.js +++ b/commands/games-sp/google-feud.js @@ -59,8 +59,9 @@ module.exports = class GoogleFeudCommand extends Command { if (suggestions.includes(choice)) { score += 10000 - (suggestions.indexOf(choice) * 1000); display[suggestions.indexOf(choice)] = choice; + } else { + --tries; } - else --tries; } this.client.games.delete(msg.channel.id); if (!display.includes('???')) {