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");