This commit is contained in:
手瓜一十雪
2024-05-02 18:15:26 +08:00
committed by GitHub
parent 39b8eb6ff1
commit dfa798a35d

View File

@@ -7,7 +7,7 @@ import { ob11Config } from '@/onebot11/config';
type RegisterHandler = (res: Response, payload: any) => Promise<any> type RegisterHandler = (res: Response, payload: any) => Promise<any>
export abstract class HttpServerBase { export abstract class HttpServerBase {
name: string = 'LLOneBot'; name: string = 'NapCatQQ';
private readonly expressAPP: Express; private readonly expressAPP: Express;
private server: http.Server | null = null; private server: http.Server | null = null;