mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Fix
This commit is contained in:
@@ -63,7 +63,9 @@ module.exports = class AkinatorCommand extends Command {
|
|||||||
await aki.start();
|
await aki.start();
|
||||||
} else if (wentBack) {
|
} else if (wentBack) {
|
||||||
wentBack = false;
|
wentBack = false;
|
||||||
} else if (!guessedLastTurn) {
|
} else if (guessedLastTurn) {
|
||||||
|
guessedLastTurn = false;
|
||||||
|
} else {
|
||||||
await aki.step(ans);
|
await aki.step(ans);
|
||||||
}
|
}
|
||||||
if (aki.guessed) {
|
if (aki.guessed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user