koishi-plugin-batch-recall
Version:
基于数据库的高阶撤回,支持撤回某用户的几条消息
34 lines (33 loc) • 727 B
JSON
{
"name": "koishi-plugin-batch-recall",
"description": "基于数据库的高阶撤回,支持撤回某用户的几条消息",
"version": "1.2.8",
"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": "GPL-3.0",
"scripts": {},
"keywords": [
"chatbot",
"koishi",
"plugin",
"batch",
"recall",
"message"
],
"devDependencies": {},
"peerDependencies": {
"koishi": "^4.18.7"
}
}