diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index 9352ad7a..83ba2e6b 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -81,7 +81,7 @@ module.exports = class AkinatorCommand extends Command { win = 'time'; break; } - const choice = msgs.first().content.toLowerCase(); + const choice = msgs.first().content.toLowerCase().replace(/’/g, '\''); if (choice === 'end') { forceGuess = true; } else if (choice === 'back') {