()
| 193 | |
| 194 | private async initialize() { |
| 195 | await ConfigManager.init(); |
| 196 | console.log("[image_monitor] Plugin initialized"); |
| 197 | } |
| 198 | |
| 199 | // 消息监听器 - TeleBox会自动调用这个方法 |
| 200 | listenMessageHandler = async (msg: Api.Message, options?: { isEdited?: boolean }) => { |
| 201 | const client = await getGlobalClient(); |