mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 13:38:37 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -30,7 +30,7 @@ vi.mock("../../auto-reply/reply/reply-dispatcher.js", () => ({
|
||||
import { processDiscordMessage } from "./message-handler.process.js";
|
||||
|
||||
async function createBaseContext(overrides: Record<string, unknown> = {}) {
|
||||
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-discord-"));
|
||||
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "moltbot-discord-"));
|
||||
const storePath = path.join(dir, "sessions.json");
|
||||
return {
|
||||
cfg: { messages: { ackReaction: "👀" }, session: { store: storePath } },
|
||||
|
||||
Reference in New Issue
Block a user