koishi-plugin-cocoyyy-console 1.1.3-alpha.3 → 1.1.3-alpha.4
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/lib/index.js +0 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -2486,7 +2486,6 @@ function registerGameCommands(ctx, game_config, ai_config) {
|
|
|
2486
2486
|
if (!is_at_bot(session)) return;
|
|
2487
2487
|
}
|
|
2488
2488
|
if (!now_game) return "未开始游戏";
|
|
2489
|
-
if (now_game == gameList[0].command) return;
|
|
2490
2489
|
if (is_thinking) return "正在思考,请耐心等待...";
|
|
2491
2490
|
try {
|
|
2492
2491
|
is_thinking = true;
|