@colinlu50/openclaw-lark-stream 260329.1.0 → 260330.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/openclaw-lark.js +1 -2
- package/package.json +1 -1
package/bin/openclaw-lark.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
import { execSync } from "node:child_process";
|
|
4
4
|
import { createInterface } from "node:readline";
|
|
@@ -166,7 +166,6 @@ async function configureBotIfNeeded() {
|
|
|
166
166
|
connectionMode: "websocket",
|
|
167
167
|
domain,
|
|
168
168
|
streaming: true,
|
|
169
|
-
defaultAccount: "main",
|
|
170
169
|
replyMode: {
|
|
171
170
|
direct: "streaming",
|
|
172
171
|
group: "streaming",
|