Commit 46da55de authored by nanahira's avatar nanahira

fix readme

parent 2869fce4
Pipeline #3142 passed with stages
in 1 minute and 46 seconds
......@@ -20,11 +20,9 @@ npm install koishi-plugin-hisoutensoku-jammer
module.exports = {
plugins: {
"/path/to/hisoutensoku-jammer/index.js": {
{
target: (ctx) => ctx.all(),
attackTimeout: 10000,
addressWhitelist: []
}
target: (ctx) => ctx.all(),
attackTimeout: 10000,
addressWhitelist: []
}
}
}
......
{
"name": "koishi-plugin-hisoutensoku-jammer",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Koishi Plugin jamming hisoutensoku plays in group.",
"main": "dist/index.js",
"dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment