fix: delete group

This commit is contained in:
linyuchen
2024-04-16 23:10:29 +08:00
parent 80a9b4237d
commit 4c81d05685
3 changed files with 18 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ import { OB11GroupRecallNoticeEvent } from '@/onebot11/event/notice/OB11GroupRec
export class NapCatOnebot11 {
private bootTime: number = Date.now() / 1000;
private bootTime: number = Date.now() / 1000; // 秒
constructor() {
@@ -130,7 +130,6 @@ export class NapCatOnebot11 {
// if (message.senderUin !== selfInfo.uin){
// message.msgShortId = await dbUtil.addMsg(message);
// }
OB11Constructor.message(message).then((msg) => {
if (debug) {
msg.raw = message;