mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 18:01:46 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -172,8 +172,8 @@ describe("uploadStickerDiscord", () => {
|
||||
await uploadStickerDiscord(
|
||||
{
|
||||
guildId: "g1",
|
||||
name: "clawdbot_wave",
|
||||
description: "Clawdbot waving",
|
||||
name: "moltbot_wave",
|
||||
description: "Moltbot waving",
|
||||
tags: "👋",
|
||||
mediaUrl: "file:///tmp/wave.png",
|
||||
},
|
||||
@@ -183,8 +183,8 @@ describe("uploadStickerDiscord", () => {
|
||||
Routes.guildStickers("g1"),
|
||||
expect.objectContaining({
|
||||
body: {
|
||||
name: "clawdbot_wave",
|
||||
description: "Clawdbot waving",
|
||||
name: "moltbot_wave",
|
||||
description: "Moltbot waving",
|
||||
tags: "👋",
|
||||
files: [
|
||||
expect.objectContaining({
|
||||
|
||||
Reference in New Issue
Block a user