mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:54:32 +00:00
refactor!: rename chat providers to channels
This commit is contained in:
@@ -42,7 +42,7 @@ function resolveToken(explicit?: string, accountId?: string) {
|
||||
)} source=${account.botTokenSource ?? "unknown"}`,
|
||||
);
|
||||
throw new Error(
|
||||
"SLACK_BOT_TOKEN or slack.botToken is required for Slack actions",
|
||||
"SLACK_BOT_TOKEN or channels.slack.botToken is required for Slack actions",
|
||||
);
|
||||
}
|
||||
return token;
|
||||
|
||||
Reference in New Issue
Block a user