mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +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) {
|
if (!aki.answers || aki.currentStep >= 80) {
|
||||||
forceGuess = true;
|
forceGuess = true;
|
||||||
continue;
|
continue;
|
||||||
};
|
}
|
||||||
const answers = aki.answers.map(answer => answer.toLowerCase());
|
const answers = aki.answers.map(answer => answer.toLowerCase());
|
||||||
answers.push('end');
|
answers.push('end');
|
||||||
await msg.say(stripIndents`
|
await msg.say(stripIndents`
|
||||||
|
|||||||
Reference in New Issue
Block a user