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

View File

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