Skip to content

Setup script does not fail when a channel, bot_id or user_id are already existing. #5

Description

@steookk

const BOT_USER_ID = process.env.BOT_USER_ID || "openclaw-bot";
const BOT_USER_NAME = "OpenClaw Bot";
const TEST_USER_ID = process.env.TEST_USER_ID || "test-user";
const TEST_USER_NAME = "Test User";
// ── Channel ───────────────────────────────────────────────────────────────────
const CHANNEL_TYPE = "messaging";
const CHANNEL_ID = "ai-test-channel";
const CHANNEL_NAME = "AI Test Channel";

  1. it should fail
  2. add CHANNEL_ID as a new env variable.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions