upgrade to discord.js v14

This commit is contained in:
Ryan Cao 2022-07-26 21:53:40 +08:00
parent 35a64b4f25
commit 7c0b91e1be
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
12 changed files with 446 additions and 533 deletions

View file

@ -10,22 +10,22 @@
"dependencies": {
"@cliqz/adblocker": "^1.23.8",
"discord-command-parser": "^1.5.3",
"discord.js": "^13.8.0",
"discord.js": "^14.0.3",
"just-random": "^3.0.1",
"kleur": "^4.1.4",
"node-fetch": "^3.2.5",
"kleur": "^4.1.5",
"node-fetch": "^3.2.9",
"remove-markdown": "^0.5.0",
"tsx": "^3.4.2",
"tsx": "^3.8.0",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"dotenv": "^16.0.1",
"esbuild": "^0.14.43",
"eslint": "^8.17.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
"esbuild": "^0.14.50",
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}