mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix lint
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class AkinatorCommand extends Command {
|
||||
if (!aki.answers || aki.currentStep >= 80) {
|
||||
forceGuess = true;
|
||||
continue;
|
||||
};
|
||||
}
|
||||
const answers = aki.answers.map(answer => answer.toLowerCase());
|
||||
answers.push('end');
|
||||
await msg.say(stripIndents`
|
||||
|
||||
Reference in New Issue
Block a user