I'm tired of this...

master
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 19:48:25 +07:00
parent 81e917d9d4
commit b83406d286
1 changed files with 1 additions and 1 deletions

@ -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])) {