This commit is contained in:
Dragon Fire
2021-06-07 20:11:35 -04:00
parent c606793c2c
commit 6bb8baba4e
+2 -2
View File
@@ -145,8 +145,8 @@ module.exports = class AkinatorCommand extends Command {
win = 'time';
break;
}
const guessResult = verification.first();
if (guessResult.customID === 'true') {
buttonPress = verification.first();
if (buttonPress.customID === 'true') {
win = false;
break;
} else if (timesGuessed >= 3 || forceGuess) {