mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
I don't care anymore
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = class AkinatorCommand extends Command {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (msgs.first().content.toLowerCase() === 'end') break;
|
if (msgs.first().content.toLowerCase() === 'end') break;
|
||||||
ans = answers.indexOf(msgs.first().content.toLowerCase().replace(/(‘|’)/g, '\''));
|
ans = answers.indexOf(msgs.first().content.toLowerCase());
|
||||||
}
|
}
|
||||||
const guess = await this.finish(msg.channel);
|
const guess = await this.finish(msg.channel);
|
||||||
const embed = new MessageEmbed()
|
const embed = new MessageEmbed()
|
||||||
|
|||||||
Reference in New Issue
Block a user