-
-
Notifications
You must be signed in to change notification settings - Fork 52.6k
Closed
Description
Environment
- OpenClaw version: 2026.2.17
- macOS: Apple Silicon
- Node: v25.5.0
Issue
Discord voice channel feature is not working:
/vc joincommand not appearing in logs- Bot joins channel (autoJoin configured) but no audio
- "receive error: The operation was aborted" warnings in logs
Configuration
channels.discord.voice: {
"enabled": true,
"autoJoin": [{"guildId": "...", "channelId": "..."}],
"tts": {"provider": "elevenlabs", "elevenlabs": {"baseUrl": "http://127.0.0.1:5111"}}
}
tools.media.audio: {
"enabled": true,
"models": [{"provider": "openai", "model": "whisper-1"}]
}Installed dependencies
- @snazzah/davey ✅
- @discordjs/opus ✅
- sodium-native ✅
Steps to reproduce
- Configure voice with autoJoin or use /vc join
- Join the voice channel on Discord
- Speak - no transcription or response
Expected
Bot should transcribe speech via Whisper and respond via TTS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels