I'm tired of this...

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 20:18:42 -05:00
parent a890ee51be
commit 9dac89232b

View File

@ -189,7 +189,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
return str.split('').map(char => sMap[char] || char).join(''); return str.split('').map(char => sMap[char] || char).join('');
} }
let checkString = normalizeString(message.content.toLowerCase()); let checkString = normalizeString(message.content.toLowerCase());
let checkArray = ["ussy", "ussies", "uthy"]; let checkArray = ["ussy", "ussies", "uthy", "yssu", "suuy"];
function checkLoop(message, content) { function checkLoop(message, content) {
console.log("Checking " + content + "..."); console.log("Checking " + content + "...");
for (let i = 0; i < checkArray.length; i++) { for (let i = 0; i < checkArray.length; i++) {