This commit is contained in:
Dragon Fire
2021-04-18 09:58:25 -04:00
parent 70cdadd6e8
commit 4c4919c992
+1 -1
View File
@@ -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') {