Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
1.更新了cq-robot包
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Jul 23, 2019
1 parent 14aa97d commit 3d58fd7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ if (app.CQ.getDebug()) {
**coolq-http-api : https://github.com/richardchien/coolq-http-api**
**cq-robot:https://github.com/CaoMeiYouRen/node-cq-robot**
## 项目参考
**JCQ-CoolQ : https://github.com/Meowya/JCQ-CoolQ**
Expand Down
1 change: 0 additions & 1 deletion dist/app/com.example.demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class App extends cq_robot_1.CQApp {
*/
groupMsg(subType, msgId, fromGroup, fromQQ, fromAnonymous, msg, font) {
return __awaiter(this, void 0, void 0, function* () {
//this.CQ.sendGroupMsg(fromGroup, `这是${this.APP_ID},你发送了:${msg}`)
return cq_robot_1.CQMsg.MSG_IGNORE;
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "CaoMeiYouRen",
"license": "ISC",
"dependencies": {
"cq-robot": "^1.1.2",
"cq-robot": "^1.1.3",
"cq-websocket": "^2.0.1",
"json5": "^2.1.0",
"log4js": "^4.4.0",
Expand Down
1 change: 0 additions & 1 deletion src/app/com.example.demo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class App extends CQApp {
*
*/
async groupMsg(subType: string, msgId: number, fromGroup: number, fromQQ: number, fromAnonymous: string, msg: string, font: number): Promise<0 | 1> {
//this.CQ.sendGroupMsg(fromGroup, `这是${this.APP_ID},你发送了:${msg}`)
return CQMsg.MSG_IGNORE
}
/**
Expand Down

0 comments on commit 3d58fd7

Please sign in to comment.