chore(services): update components based on recent changes

Changes:
 services/discord-gateway/src/modules/voice-pcm-ws/index.ts            |   1 +
 services/discord-gateway/src/modules/voice-pcm-ws/voicePcmWsClient.ts | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 152 insertions(+)
This commit is contained in:
MythEclipse
2026-06-14 00:43:50 +07:00
parent 5d1d53a305
commit c886dfb184
2 changed files with 152 additions and 0 deletions
@@ -0,0 +1 @@
export { VoicePcmWsClient } from "./voicePcmWsClient.js";