This commit is contained in:
Dragon Fire
2020-04-09 00:09:16 -04:00
parent ec829bcf66
commit 35970740e3
+2 -1
View File
@@ -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('???')) {