diff --git a/extensions/telegram/src/bot.ts b/extensions/telegram/src/bot.ts index c3a355e1839..c4db379ef15 100644 --- a/extensions/telegram/src/bot.ts +++ b/extensions/telegram/src/bot.ts @@ -25,7 +25,7 @@ import { } from "openclaw/plugin-sdk/text-runtime"; import { resolveTelegramAccount } from "./accounts.js"; import { defaultTelegramBotDeps } from "./bot-deps.js"; -import { registerTelegramHandlers } from "./bot-handlers.js"; +import { registerTelegramHandlers } from "./bot-handlers.runtime.js"; import { createTelegramMessageProcessor } from "./bot-message.js"; import { registerTelegramNativeCommands } from "./bot-native-commands.js"; import {