🚀 update shell start

This commit is contained in:
jerry
2018-11-28 18:18:08 +08:00
parent 6b29c12a72
commit 366431a4c2
5 changed files with 29 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class RobotWSConnection extends WSConnection
Cache::set("version_info", $response["data"]);
});
if ($r)
$this->create_success = $this->sendAPI("send_group_msg", ["message" => "[CrazyBot] 机器人 " . $this->getAlias() . " 已连接链接fd" . $this->fd, "group_id" => Cache::get("admin_group")]);
$this->create_success = $this->sendAPI("send_group_msg", ["message" => "[CQBot] 机器人 " . $this->getAlias() . " 已连接链接fd" . $this->fd, "group_id" => Cache::get("admin_group")]);
} else $this->create_success = true;
}