From 8a82c2ef7459e1b3875687d8e85796870cd1d1e5 Mon Sep 17 00:00:00 2001 From: mightypanders Date: Wed, 19 Jan 2022 22:19:28 +0100 Subject: [PATCH] updates discord.js --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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",