From d71276cb5f3423a81780494d041694356b8cb49c Mon Sep 17 00:00:00 2001 From: Snazzah Date: Wed, 4 Jun 2025 02:01:32 -0500 Subject: [PATCH] fix(voice): fix remaining payload typos (#1262) --- deno/voice/v8.ts | 8 ++++---- voice/v8.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deno/voice/v8.ts b/deno/voice/v8.ts index 0d4da63b..f73b8d35 100644 --- a/deno/voice/v8.ts +++ b/deno/voice/v8.ts @@ -533,9 +533,9 @@ export interface VoiceSelectProtocolData { */ export interface VoiceUDPProtocolData { /** - * External IP + * External address */ - ip: string; + address: string; /** * External UDP port */ @@ -635,9 +635,9 @@ export interface VoiceDavePrepareEpoch { */ export interface VoiceDavePrepareEpochData { /** - * The transition id + * The protocol version */ - transition_id: number; + protocol_version: number; /** * The epoch id */ diff --git a/voice/v8.ts b/voice/v8.ts index 0d4da63b..f73b8d35 100644 --- a/voice/v8.ts +++ b/voice/v8.ts @@ -533,9 +533,9 @@ export interface VoiceSelectProtocolData { */ export interface VoiceUDPProtocolData { /** - * External IP + * External address */ - ip: string; + address: string; /** * External UDP port */ @@ -635,9 +635,9 @@ export interface VoiceDavePrepareEpoch { */ export interface VoiceDavePrepareEpochData { /** - * The transition id + * The protocol version */ - transition_id: number; + protocol_version: number; /** * The epoch id */