@sliverp/qqbot 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/qqbot-cli.js +2 -2
  2. package/package.json +1 -1
package/bin/qqbot-cli.js CHANGED
@@ -164,8 +164,8 @@ function upgrade() {
164
164
  }
165
165
 
166
166
  console.log('\n=== 升级完成 ===');
167
- console.log(`\n可以运行以下命令启动机器人:`);
168
- console.log(` ${foundInstallation} gateway --verbose`);
167
+ console.log(`\n可以运行以下命令前台运行启动机器人:`);
168
+ console.log(` ${foundInstallation} gateway stop && ${foundInstallation} gateway --port 18789 --verbose`);
169
169
  }
170
170
 
171
171
  // 安装命令
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sliverp/qqbot",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",