add phishing check

This commit is contained in:
Ryan Cao 2022-05-21 19:49:08 +08:00
parent 0f15e2fb2c
commit a2e1e1a3cf
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
4 changed files with 128 additions and 1 deletions

View file

@ -11,7 +11,9 @@
"@cliqz/adblocker": "^1.23.8",
"bad-words": "^3.0.4",
"discord.js": "^13.7.0",
"kleur": "^4.1.4"
"kleur": "^4.1.4",
"node-fetch": "^3.2.4",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@types/bad-words": "^3.0.1",