diff --git a/app/discord/automod.ts b/app/discord/automod.ts index a31ee18..3f85265 100644 --- a/app/discord/automod.ts +++ b/app/discord/automod.ts @@ -15,6 +15,10 @@ const spamKeywords = [ "airdrop", "deepfake", "poki", + "gift", + "\\d\\$", + "18+", + "nudes" ].map((x) => new RegExp(x)); const spamPings = ["@everyone", "@here"]; const safeKeywords = ["forhire", "hiring", "remote", "onsite"];