@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.
- package/bin/qqbot-cli.js +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
|
// 安装命令
|