I'm tired of this...
This commit is contained in:
parent
9254bd215c
commit
4811529006
4
main.cjs
4
main.cjs
@ -199,10 +199,8 @@ function getMatchingPhrase(inputString, targetCharacter) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
checkLoop(message, checkString);
|
//checkLoop(message, checkString);
|
||||||
console.log(checkString);
|
|
||||||
checkString = checkString.replace(/[^a-zA-Z0-9]/g, '');
|
checkString = checkString.replace(/[^a-zA-Z0-9]/g, '');
|
||||||
console.log(checkString);
|
|
||||||
checkLoop(message, checkString);
|
checkLoop(message, checkString);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user