koishi-plugin-recorder
Advanced tools
Comparing version 2.0.0-alpha.39 to 2.0.0-alpha.40
@@ -14,3 +14,3 @@ "use strict"; | ||
async function handleMessage(meta) { | ||
if (meta.$ctxType !== 'group' || meta.postType === 'message' && meta.$group.assignee !== ctx.app.selfId) | ||
if (meta.$ctxType !== 'group' || meta.postType === 'message' && meta.$group.assignee !== meta.selfId) | ||
return; | ||
@@ -17,0 +17,0 @@ if (await ctx.serialize('before-record', meta)) |
{ | ||
"name": "koishi-plugin-recorder", | ||
"description": "Save Chat Records for Koishi", | ||
"version": "2.0.0-alpha.39", | ||
"version": "2.0.0-alpha.40", | ||
"main": "dist/index.js", | ||
@@ -38,8 +38,8 @@ "typings": "dist/index.d.ts", | ||
"del": "^5.1.0", | ||
"koishi-test-utils": "^4.0.0-alpha.39" | ||
"koishi-test-utils": "^4.0.0-alpha.40" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^2.0.0-alpha.39", | ||
"koishi-core": "^2.0.0-alpha.40", | ||
"koishi-utils": "^2.1.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4441
Updatedkoishi-core@^2.0.0-alpha.40