fix: type

This commit is contained in:
手瓜一十雪
2024-11-14 13:19:50 +08:00
parent 7fc65489d4
commit e1e903a3e9
9 changed files with 17 additions and 17 deletions

View File

@@ -700,7 +700,7 @@ export class OneBotMsgApi {
//跳过空消息
const resMsg: OB11Message = {
self_id: parseInt(this.core.selfInfo.uin),
user_id: parseInt(msg.senderUin!),
user_id: parseInt(msg.senderUin),
time: parseInt(msg.msgTime) || Date.now(),
message_id: msg.id!,
message_seq: msg.id!,