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.
Files changed (2) hide show
  1. package/lib/index.js +0 -1
  2. 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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-cocoyyy-console",
3
3
  "description": "自用koishi插件,功能包含复读,记录黑历史,*人等",
4
- "version": "1.1.3-alpha.3",
4
+ "version": "1.1.3-alpha.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "contributors": [