diff --git a/package.json b/package.json index d056d08..f664b48 100644 --- a/package.json +++ b/package.json @@ -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",