From ed0a05ee2e9feb574a9693f7f8a04b714f42176a Mon Sep 17 00:00:00 2001 From: "feifei.xu" <307327147@qq.com> Date: Sun, 15 Mar 2026 12:34:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20channel.ts=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=8D=A2=E8=A1=8C=E7=AC=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/channel.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/channel.ts b/src/channel.ts index f353a9b..74154eb 100644 --- a/src/channel.ts +++ b/src/channel.ts @@ -1,5 +1,5 @@ /** - * PIT Channel 主文? * @module channel + * PIT Channel 主文�? * @module channel */ import type { @@ -309,7 +309,8 @@ export const pitBotPlugin: ChannelPlugin = { }, } as ChannelStatusAdapter, - // 初始化钩? init: async (api: unknown) => { + // 初始化钩子 + init: async (api: unknown) => { const log = createLogger(MODULE); log.info("PIT Bot plugin initializing");