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