⬆️ 更新依赖

Signed-off-by: 等风来 <dengfenglai547@qq.com>
This commit is contained in:
等风来
2024-07-15 23:32:55 +08:00
parent 0e8f707d9e
commit 484086a4ba
2 changed files with 6 additions and 6 deletions

View File

@@ -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) {

View File

@@ -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"