update to build 430

This commit is contained in:
crazywhalecc
2021-12-08 21:29:38 +08:00
parent 176b690417
commit a6f33ba69d
6 changed files with 50 additions and 19 deletions

View File

@@ -192,7 +192,6 @@ class QQBot
$after->setRuleFunction(function ($v) use ($data) {
return $v->cq_event == $data["post_type"];
});
zm_dump("开始触发!", $data);
$after->dispatchEvents($data);
return $after;
}