gaming-hub/server/src
Daniel b9a9347356 Fix: Separate voice groups so radio + soundboard play in parallel
Each plugin now uses its own @discordjs/voice group:
- Radio: group='radio'
- Soundboard: group='soundboard'

This prevents joinVoiceChannel from one bot overwriting the
other bot's connection. Both bots can now play simultaneously
in the same voice channel. Removed claimVoice system (not needed
with separate bots).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 11:07:31 +01:00
..
core Feat: Multi-bot support - separate Discord bot per plugin 2026-03-06 10:56:22 +01:00
plugins Fix: Separate voice groups so radio + soundboard play in parallel 2026-03-06 11:07:31 +01:00
types fix: initialize voice encryption libs before first connection 2026-03-06 01:13:46 +01:00
index.ts Feat: Multi-bot support - separate Discord bot per plugin 2026-03-06 10:56:22 +01:00