fix: 修复 channel.ts 中的换行符问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* PIT Channel 主文� * @module channel
|
* PIT Channel 主文<EFBFBD>? * @module channel
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
@@ -309,7 +309,8 @@ export const pitBotPlugin: ChannelPlugin<ResolvedPITBotAccount> = {
|
|||||||
},
|
},
|
||||||
} as ChannelStatusAdapter,
|
} as ChannelStatusAdapter,
|
||||||
|
|
||||||
// åˆ<EFBFBD>始化钩å? init: async (api: unknown) => {
|
// 初始化钩子
|
||||||
|
init: async (api: unknown) => {
|
||||||
const log = createLogger(MODULE);
|
const log = createLogger(MODULE);
|
||||||
log.info("PIT Bot plugin initializing");
|
log.info("PIT Bot plugin initializing");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user