@epiphytic/openclaw-discord-voice 1.3.0 → 1.3.2

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/index.ts CHANGED
@@ -339,7 +339,7 @@ class VoiceBotProcess {
339
339
 
340
340
  this.proc = spawn(
341
341
  this.pythonPath,
342
- ["-m", "openclaw_voice.cli", "discord-bot", "--config-json", "-"],
342
+ ["-m", "openclaw_voice.cli", "discord-bot", "--config-json"],
343
343
  {
344
344
  stdio: ["pipe", "inherit", "inherit"],
345
345
  env: { ...process.env },
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "discord-voice",
2
+ "id": "openclaw-discord-voice",
3
3
  "name": "Discord Voice",
4
4
  "description": "Real-time Discord voice assistant with local LLM, STT, and TTS",
5
5
  "version": "0.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epiphytic/openclaw-discord-voice",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "OpenClaw plugin for real-time Discord voice assistant with local LLM, STT, and TTS",
5
5
  "type": "module",
6
6
  "main": "index.ts",