agentcord 0.1.3 → 0.1.4

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/dist/cli.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var command = process.argv[2];
5
5
  switch (command) {
6
6
  case "setup": {
7
- const { runSetup } = await import("./setup-UH7R5WKR.js");
7
+ const { runSetup } = await import("./setup-PKUBTHQH.js");
8
8
  await runSetup();
9
9
  break;
10
10
  }
@@ -336,10 +336,6 @@ async function runSetup() {
336
336
  p.note(nextSteps.join("\n"), "Next Steps");
337
337
  p.outro(green("Setup complete!"));
338
338
  }
339
- runSetup().catch((err) => {
340
- console.error("Setup failed:", err);
341
- process.exit(1);
342
- });
343
339
  export {
344
340
  runSetup
345
341
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentcord",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "description": "Discord bot for managing AI coding agent sessions (Claude Code, Codex, and more)",
6
6
  "bin": {