added messageEdit highlighting
diff --git a/package.json b/package.json
index 3591ee0..968af14 100644
--- a/package.json
+++ b/package.json
@@ -5,13 +5,12 @@
"@tensorflow/tfjs": "^3.18.0",
"@tensorflow/tfjs-node": "^3.18.0",
"@total-typescript/ts-reset": "^0.3.7",
- "@types/gm": "^1.25.0",
- "@types/node": "^18.14.6",
"@ungap/structured-clone": "^1.0.1",
"agenda": "^4.3.0",
"body-parser": "^1.20.0",
"canvas": "^2.11.0",
"clamscan": "^2.1.2",
+ "diff": "^5.1.0",
"discord.js": "^14.8.0",
"eslint": "^8.21.0",
"express": "^4.18.1",
@@ -83,6 +82,9 @@
"prettier-eslint": "^15.0.1",
"tsc-suppress": "^1.0.7",
"typescript": "^5.0.0",
- "yarn-audit-fix": "^9.3.9"
+ "yarn-audit-fix": "^9.3.9",
+ "@types/diff": "^5.0.3",
+ "@types/gm": "^1.25.0",
+ "@types/node": "^18.14.6"
}
}