koishi-plugin-batch-recall
Version:
批量撤回,带数据库,可撤回某某用户的某几条消息,可配置白名单
32 lines (31 loc) • 712 B
JSON
{
"name": "koishi-plugin-batch-recall",
"description": "批量撤回,带数据库,可撤回某某用户的某几条消息,可配置白名单",
"version": "1.3.1",
"contributors": [
"Yis_Rime <yis_rime@outlook.com>"
],
"homepage": "https://github.com/YisRime/koishi-plugin-batch-recall",
"repository": {
"type": "git",
"url": "git+https://github.com/YisRime/koishi-plugin-batch-recall.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "AGPL-3.0-only",
"keywords": [
"chatbot",
"koishi",
"plugin",
"batch",
"recall",
"message"
],
"peerDependencies": {
"koishi": "^4.18.7"
}
}