-
-
Notifications
You must be signed in to change notification settings - Fork 68.9k
Discord voice channel: /vc join not working, no audio #23278
Copy link
Copy link
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
Type
Fields
Give feedbackNo fields configured for issues without a type.