I'm tired of this...

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 20:02:24 -05:00
parent dfebd007cf
commit 1c74531942

View File

@ -184,6 +184,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
let checkString = message.content.toLowerCase();
let checkArray = ["ussy", "u$sy", "us$y", "u$$y"];
function checkLoop(content) {
console.log("Checking " + content + "...");
for (let i = 0; i < checkArray.length; i++) {
if (message.content.includes(checkArray[i])) {
message.delete();