From 9a65e88a309f5b424c62e45993130ca3ab2542e9 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 19 Oct 2017 19:20:11 +0000 Subject: [PATCH] I don't care anymore --- commands/games/akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/akinator.js b/commands/games/akinator.js index b7aa310b..74da5f32 100644 --- a/commands/games/akinator.js +++ b/commands/games/akinator.js @@ -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()