koishi-plugin-prism-neo 0.0.20 → 0.0.21

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 +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -368,6 +368,7 @@ async function handleLogoutCmd(context, user) {
368
368
  let message = user ? `✅ 已为用户 ${await getUserName(context.session, targetUserId)} 退场` : "✅ 退场成功";
369
369
  message += "\n";
370
370
  message += formatBilling(res, context.config.currency);
371
+ return message;
371
372
  }
372
373
  const pendingLogout = kv.get(targetUserId);
373
374
  const now = Date.now();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-prism-neo",
3
3
  "description": "prism koishi前端",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib",