更新更新

This commit is contained in:
jerry
2018-07-18 17:56:36 +08:00
parent a728017273
commit 76dd436093
2 changed files with 23 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ class CQBot
public function __construct(Framework $framework, $package) {
$this->starttime = microtime(true);
$this->framework = $framework;
if ($package === null) return;
$this->data = $package;
$this->current_id = $this->data["self_id"];
if ($package["post_type"] == "message") {