fix(voice): fix remaining payload typos (#1262)

This commit is contained in:
Snazzah
2025-06-04 02:01:32 -05:00
committed by GitHub
parent 121fb47f4c
commit d71276cb5f
2 changed files with 8 additions and 8 deletions

8
deno/voice/v8.ts generated
View File

@@ -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
*/

View File

@@ -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
*/