diff --git a/main.cjs b/main.cjs index 50cc3f1..cecd2a9 100644 --- a/main.cjs +++ b/main.cjs @@ -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])) {