mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Lint
This commit is contained in:
@@ -81,7 +81,7 @@ module.exports = class AkinatorCommand extends Command {
|
||||
timesGuessed++;
|
||||
guessResetNum += 10;
|
||||
await aki.win();
|
||||
const guess = aki.answers.filter(guess => !guessBlacklist.includes(guess.id))[0];
|
||||
const guess = aki.answers.filter(g => !guessBlacklist.includes(g.id))[0];
|
||||
if (!guess) {
|
||||
await msg.say('I can\'t think of anyone.');
|
||||
win = true;
|
||||
|
||||
Reference in New Issue
Block a user