mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Fix
This commit is contained in:
@@ -145,8 +145,8 @@ module.exports = class AkinatorCommand extends Command {
|
|||||||
win = 'time';
|
win = 'time';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
const guessResult = verification.first();
|
buttonPress = verification.first();
|
||||||
if (guessResult.customID === 'true') {
|
if (buttonPress.customID === 'true') {
|
||||||
win = false;
|
win = false;
|
||||||
break;
|
break;
|
||||||
} else if (timesGuessed >= 3 || forceGuess) {
|
} else if (timesGuessed >= 3 || forceGuess) {
|
||||||
|
|||||||
Reference in New Issue
Block a user