mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix
This commit is contained in:
@@ -81,7 +81,7 @@ module.exports = class AkinatorCommand extends Command {
|
|||||||
win = 'time';
|
win = 'time';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
const choice = msgs.first().content.toLowerCase();
|
const choice = msgs.first().content.toLowerCase().replace(/’/g, '\'');
|
||||||
if (choice === 'end') {
|
if (choice === 'end') {
|
||||||
forceGuess = true;
|
forceGuess = true;
|
||||||
} else if (choice === 'back') {
|
} else if (choice === 'back') {
|
||||||
|
|||||||
Reference in New Issue
Block a user