koishi-plugin-echo-cave 1.6.4 → 1.6.5
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.cjs +1 -2
- package/package.json +1 -1
package/lib/index.cjs
CHANGED
|
@@ -407,8 +407,7 @@ async function addCave(ctx, session) {
|
|
|
407
407
|
`\u2705 \u56DE\u58F0\u6D1E\u6D88\u606F\u5DF2\u6210\u529F\u5B58\u5165\uFF0C\u6D88\u606F ID\uFF1A${result.id}`
|
|
408
408
|
);
|
|
409
409
|
} catch (error) {
|
|
410
|
-
|
|
411
|
-
return "\u274C \u4E0A\u67B6\u5546\u54C1\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5\uFF01";
|
|
410
|
+
return "\u274C \u56DE\u58F0\u6D1E\u4FDD\u5B58\u5931\u8D25\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5\uFF01";
|
|
412
411
|
}
|
|
413
412
|
}
|
|
414
413
|
// Annotate the CommonJS export names for ESM import in node:
|