Skip to content

Commit

Permalink
Add more spammy keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
evertbouw authored and vcarl committed Apr 19, 2024
1 parent 000c8a6 commit dfc92cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/discord/automod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down

0 comments on commit dfc92cd

Please sign in to comment.