@@ -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) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user