I'm tired of this...

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 18:28:21 -05:00
parent b33c0a92ea
commit 3185480dc4

View File

@ -180,7 +180,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
} }
global.clenseDegeneracy = function clenseDegeneracy(message) { global.clenseDegeneracy = function clenseDegeneracy(message) {
if (message.content.contains("ussy") { if (message.content.contains("ussy")) {
message.delete(); message.delete();
} }
} }