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('???')) {