fix(telegram): bypass bot handlers barrel

This commit is contained in:
Vincent Koc
2026-04-10 10:00:06 +01:00
parent ae4fdaea82
commit 3b6500ca20

View File

@@ -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 {