koishi-plugin-toram 0.2.2-alpha.13 → 0.2.2-alpha.14

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 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -77,7 +77,7 @@ async function apply(ctx, config) {
77
77
  }
78
78
  ;
79
79
  const { nickname } = await session.onebot.getGroupMemberInfo(session.guildId, session.userId, true);
80
- await ctx.database.upsert('toram_team', [{ id: `${session.guildId}${session.userId}`, form: session.guildId, member_id: session.userId, member_name: nickname, until: 截止时间date.getTime(), until_string: 截止时间, content: 组队内容 }]);
80
+ await ctx.database.upsert('toram_team', [{ id: `${session.guildId}${session.userId}`, form: session.guildId, member_id: session.userId, member_name: nickname, until_Unix: 截止时间date.getTime(), until_string: 截止时间, content: 组队内容 }]);
81
81
  return '成功发布求组信息到组队大厅!';
82
82
  });
83
83
  ctx.command('组队大厅 [页码]').action(async ({ session }, 输入页码) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-toram",
3
3
  "description": "托拉姆物语工具捏【由于技术力原因,插件未自带使用指令所需数据,如需要请联系作者获取】",
4
- "version": "0.2.2-alpha.13",
4
+ "version": "0.2.2-alpha.14",
5
5
  "contributors": [
6
6
  "青灯 <1874053520@qq.com>"
7
7
  ],