I'm tired of this...
This commit is contained in:
parent
81e917d9d4
commit
b83406d286
2
main.cjs
2
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])) {
|
||||
|
Loading…
Reference in New Issue
Block a user