mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user