add a pretty "neat" feature

and remove banned slurs
This commit is contained in:
Ryan Cao 2022-06-06 00:01:57 +08:00
parent 1b3aae766b
commit d5fcaece31
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
4 changed files with 23 additions and 52 deletions

View file

@ -9,15 +9,15 @@
},
"dependencies": {
"@cliqz/adblocker": "^1.23.8",
"bad-words": "^3.0.4",
"discord.js": "^13.7.0",
"kleur": "^4.1.4",
"node-fetch": "^3.2.4",
"remove-markdown": "^0.5.0",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@esbuild-plugins/node-resolve": "^0.1.4",
"@types/bad-words": "^3.0.1",
"@types/remove-markdown": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"esbuild": "^0.14.39",