Commit 946b5869 authored by nanahira's avatar nanahira

fix

parent c6be3b32
......@@ -20,7 +20,6 @@ npm install koishi-plugin-hisoutensoku-jammer
module.exports = {
plugins: {
"/path/to/hisoutensoku-jammer/index.js": {
target: (ctx) => ctx.all(),
addressWhitelist: []
}
}
......
{
"name": "koishi-plugin-hisoutensoku-jammer",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Koishi Plugin jamming hisoutensoku plays in group.",
"main": "dist/index.js",
"dependencies": {
......
......@@ -45,7 +45,6 @@ const chineseCharacterList = [
class HisoutensokuJammer {
log: Logger;
targetCtx: Context;
lastMessageMap = new Map<string, string>();
constructor(private ctx: Context, private config: HisoutensokuJammerConfig) {
this.log = ctx.logger("hisoutensoku-jammer");
......
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