style: lint

This commit is contained in:
手瓜一十雪
2024-09-12 09:28:26 +08:00
parent 8f85c897c8
commit 1cbf75ca36
5 changed files with 4 additions and 13 deletions

View File

@@ -145,7 +145,6 @@ export class NapCatCore {
if (Info.status == 20) {
this.selfInfo.online = false;
this.context.logger.log("账号状态变更为离线");
return;
} else {
this.selfInfo.online = true;
}