Skip to content

Commit

Permalink
release: 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Jun 21, 2024
1 parent ae4b4e7 commit f43c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onebot11/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class NapCatOnebot11 {
// if (import.meta.env.MODE == 'development') {
// logDebug(buf2hex(Buffer.from(protobufData)));
// }
console.log(hex);
//console.log(hex);
const sysMsg = SysData.fromBinary(Buffer.from(protobufData));
const peeruin = sysMsg.header[0].peerNumber;
const peeruid = sysMsg.header[0].peerString;
Expand Down

0 comments on commit f43c1ea

Please sign in to comment.