I don't care anymore

This commit is contained in:
Daniel Odendahl Jr
2017-10-19 19:20:11 +00:00
parent 3aa17f0672
commit 9a65e88a30
+1 -1
View File
@@ -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()