mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 13:44:58 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -29,7 +29,7 @@ describe("discord processDiscordMessage inbound contract", () => {
|
||||
it("passes a finalized MsgContext to dispatchInboundMessage", async () => {
|
||||
capturedCtx = undefined;
|
||||
|
||||
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");
|
||||
|
||||
await processDiscordMessage({
|
||||
|
||||
Reference in New Issue
Block a user