feat: try add reboot

This commit is contained in:
手瓜一十雪
2024-05-12 17:56:57 +08:00
parent 1691276770
commit 63c10dcade
4 changed files with 25 additions and 13 deletions

View File

@@ -205,7 +205,7 @@ export class NapCatOnebot11 {
try {
notify.time = Date.now();
const notifyTime = parseInt(notify.seq) / 1000 / 1000;
// log(`群通知时间${notifyTime}`, `LLOneBot启动时间${this.bootTime}`);
// log(`群通知时间${notifyTime}`, `启动时间${this.bootTime}`);
if (notifyTime < this.bootTime) {
continue;
}