diff --git a/src/config/types.clawdbot.ts b/src/config/types.moltbot.ts similarity index 100% rename from src/config/types.clawdbot.ts rename to src/config/types.moltbot.ts diff --git a/src/config/types.ts b/src/config/types.ts index 424ccaf26..a34bae20c 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -7,7 +7,7 @@ export * from "./types.auth.js"; export * from "./types.base.js"; export * from "./types.browser.js"; export * from "./types.channels.js"; -export * from "./types.clawdbot.js"; +export * from "./types.moltbot.js"; export * from "./types.cron.js"; export * from "./types.discord.js"; export * from "./types.googlechat.js";