mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Fix Lint
This commit is contained in:
@@ -81,7 +81,7 @@ module.exports = class AkinatorCommand extends Command {
|
|||||||
timesGuessed++;
|
timesGuessed++;
|
||||||
guessResetNum += 10;
|
guessResetNum += 10;
|
||||||
await aki.win();
|
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) {
|
if (!guess) {
|
||||||
await msg.say('I can\'t think of anyone.');
|
await msg.say('I can\'t think of anyone.');
|
||||||
win = true;
|
win = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user