updates discord.js

This commit is contained in:
mightypanders 2022-01-19 22:19:28 +01:00
parent 38032a180f
commit 8a82c2ef74

View File

@ -9,12 +9,10 @@
"watch": "yarn run clean && yarn run build -- -w",
"monitor": "nodemon build/index.js",
"start": "yarn run build && node build/index.js",
"lint":"eslint . --ext .ts",
"lint":"eslint . --ext .ts --fix",
"lint": "eslint . --ext .ts --fix",
"test": "jest",
"test-watch": "jest --watch",
"test-coverage": "jest --coverage"
},
"author": "",
"license": "ISC",
@ -24,7 +22,7 @@
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.1",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"eslint": "^8.2.0",
"express": "^4.17.1",