@epiphytic/openclaw-discord-voice 1.3.1 → 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.
@@ -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.1",
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",