koishi-plugin-rusty-lake-lizard 1.0.1 → 1.0.2

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
@@ -1326,7 +1326,6 @@ async function handleRoomPoint(ctx, session, Config2, point) {
1326
1326
  const roomHandler = roomHandlers[currentRoom.id];
1327
1327
  try {
1328
1328
  const response = await roomHandler(ctx, session, state, Config2, point);
1329
- ctx.logger.info(response);
1330
1329
  return response || `你查看了${point},但没有发现特别的东西。`;
1331
1330
  } catch (error) {
1332
1331
  console.error(`处理${point}时出错:`, error);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-rusty-lake-lizard",
3
3
  "description": "交互式解谜游戏,来玩玩吧~",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/lizard0126/rusty-lake-lizard.git"