diff --git a/src/common/server/http.ts b/src/common/server/http.ts index 5f2371f5..83a4ea6f 100644 --- a/src/common/server/http.ts +++ b/src/common/server/http.ts @@ -7,7 +7,7 @@ import { ob11Config } from '@/onebot11/config'; type RegisterHandler = (res: Response, payload: any) => Promise export abstract class HttpServerBase { - name: string = 'LLOneBot'; + name: string = 'NapCatQQ'; private readonly expressAPP: Express; private server: http.Server | null = null;