build: 1.4.0-beta8

This commit is contained in:
手瓜一十雪 2024-05-24 11:21:34 +08:00
parent a8800e3899
commit 6dd84cf469

View File

@ -72,7 +72,7 @@ export class NapCatOnebot11 {
// 启动http心跳
httpHeart.start();
}
// MsgListener
// Create MsgListener
const msgListener = new MsgListener();
msgListener.onRecvSysMsg = async (protobufData: number[]) => {
// function buf2hex(buffer: Buffer) {