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