Skip to content

Commit

Permalink
add word blacklist, package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed Aug 24, 2024
1 parent fbcbbc6 commit ec60e3d
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 250 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ BUCKET_ACCESS_KEY=""
BUCKET_SECRET_KEY=""
BUCKET_NAME=""
BUCKET_DOMAIN="https://s3.example.com"
BLACKLISTED_WORDS="a,b,c,d"
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"lint": "eslint"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.1.0",
"eslint": "^9.8.0",
"@types/node": "^22.5.0",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
"tsx": "^4.16.5",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0"
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
},
"dependencies": {
"discord.js": "^14.15.3",
"minio": "^8.0.1",
"mongodb": "^6.8.0"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}
Loading

0 comments on commit ec60e3d

Please sign in to comment.