Skip to content

Commit

Permalink
fix bad words (.3)
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <[email protected]>
  • Loading branch information
cobaltt7 committed Nov 16, 2022
1 parent b0f16ac commit 7b661fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions common/automod.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const badWords = [
],
[
[
/fu[vr]+g(?!nx(?:v|r))/,
/fu(?:v|r)+g(?!nx(?:v|r))/,
/puvat ?(punat ?)?puba/,
/rwnphyngr/,
/fcyb+tr/,
Expand All @@ -70,11 +70,11 @@ const badWords = [
/dhrrs/,
/wnpx ?bss/,
/wrex ?bss/,
/ovg?[pf]u/,
/ovg?(?:p|f)u/,
],
[
/xlf/,
/[8o]=+Q/,
/(?:8|o)=+Q/,
/nefryvpx(?:vat|ref?)?/,
/fzhg+(?:vr|e|fg?|l)?/,
/vawhaf?/,
Expand Down Expand Up @@ -116,7 +116,7 @@ function decodeRegexes(regexes) {
return regexes
.map(({ source }) =>
caesar(source).replaceAll(
/[ouetsialh]/gi,
/[aehilosu ]/gi,
(letter) =>
({
"a": "[*@a]",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scradd",
"version": "2.3.2",
"version": "2.3.3",
"private": true,
"description": "Custom Discord bot for the Scratch Addons server.",
"homepage": "https://discord.gg/FPv957V6SD",
Expand Down

0 comments on commit 7b661fb

Please sign in to comment.