mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
I don't care anymore
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = class AkinatorCommand extends Command {
|
||||
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 embed = new MessageEmbed()
|
||||
|
||||
Reference in New Issue
Block a user