From da5ace25f5d6781f7cbea059621b9867d5a3fa3c Mon Sep 17 00:00:00 2001 From: Vj Date: Thu, 29 Jan 2026 11:36:33 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20rename=20types.clawdbot.ts=20=E2=86=92?= =?UTF-8?q?=20types.moltbot.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/{types.clawdbot.ts => types.moltbot.ts} | 0 src/config/types.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/config/{types.clawdbot.ts => types.moltbot.ts} (100%) 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";