build: test

This commit is contained in:
手瓜一十雪 2024-08-08 10:59:49 +08:00
parent dd4d59e4e7
commit d6cfe11d97

View File

@ -253,7 +253,7 @@ export class NapCatOnebot11 {
// console.log(ret); // console.log(ret);
new Promise((resolve) => { new Promise((resolve) => {
m.id = MessageUnique.createMsg({ chatType: m.chatType, peerUid: m.peerUid, guildId: '' }, m.msgId); m.id = MessageUnique.createMsg({ chatType: m.chatType, peerUid: m.peerUid, guildId: '' }, m.msgId);
console.log("消息接收 ", "MsgID", m.msgId, " ID", m.id, " Raw", m?.elements[0]?.textElement?.content); console.log("消息接收 ", "MsgID", m.msgId, " ID", m.id, " MsgSeq", m.msgSeq, " Raw", m?.elements[0]?.textElement?.content);
this.postReceiveMsg([m]).then().catch(logError); this.postReceiveMsg([m]).then().catch(logError);
}).then(); }).then();
} }