I'm tired of this...

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 19:48:25 -05:00
parent 81e917d9d4
commit b83406d286

View File

@ -182,7 +182,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
global.clenseDegeneracy = function clenseDegeneracy(message) {
let checkString = message.content;
let checkArray = ["ussy", "u$sy", "us$y"];
let checkArray = ["ussy", "u$sy", "us$y", "u$$y"];
function checkLoop(content) {
for (let i = 0; i < checkArray.length; i++) {
if (message.content.includes(checkArray[i])) {