From 484086a4ba227d3ce6540d39a85e696e6f6e5af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= Date: Mon, 15 Jul 2024 23:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 等风来 --- apps/events/message.js | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/events/message.js b/apps/events/message.js index 00de856..a72412a 100644 --- a/apps/events/message.js +++ b/apps/events/message.js @@ -173,9 +173,9 @@ Bot.on?.("message", async(e) => { await common.sendMasterMsg(msg, (e.bot ?? Bot).uin) if (forwardMsg) await common.sendMasterMsg(forwardMsg, (e.bot ?? Bot).uin) }) -// 特殊消息处理 + /** - * + * 特殊消息处理 * @param msg */ function getMsgType(msg) { diff --git a/package.json b/package.json index ca28c25..f955b7a 100644 --- a/package.json +++ b/package.json @@ -32,11 +32,11 @@ "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.9", - "eslint-plugin-promise": "^6.2.0", - "gitmoji-cli": "^9.2.0", + "eslint-plugin-jsdoc": "^48.7.0", + "eslint-plugin-promise": "^6.4.0", + "gitmoji-cli": "^9.4.0", "husky": "^9.0.11", - "lint-staged": "^15.2.6" + "lint-staged": "^15.2.7" }, "optionalDependencies": { "abort-controller": "^3.0.0"