diff --git a/packages/koishi-core/src/sender.ts b/packages/koishi-core/src/sender.ts index 45e642c718..b607da8b24 100644 --- a/packages/koishi-core/src/sender.ts +++ b/packages/koishi-core/src/sender.ts @@ -116,6 +116,7 @@ export class Sender { postType: 'send', userId: this.app.selfId, [$ctxType + 'Id']: $ctxId, + time: Math.round(Date.now() / 1000), } as Meta<'send'> }