mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Fix
This commit is contained in:
@@ -95,6 +95,7 @@ module.exports = class AkinatorCommand extends Command {
|
|||||||
}
|
}
|
||||||
await this.sendLoadingMessage(buttonPress, [guessRow]);
|
await this.sendLoadingMessage(buttonPress, [guessRow]);
|
||||||
if (buttonPress.customId === 'true') {
|
if (buttonPress.customId === 'true') {
|
||||||
|
await aki.guess(true, false);
|
||||||
win = false;
|
win = false;
|
||||||
break;
|
break;
|
||||||
} else if (buttonPress.customId === 'false') {
|
} else if (buttonPress.customId === 'false') {
|
||||||
|
|||||||
Reference in New Issue
Block a user