fix(voice): add max_dave_protocol_version to identify (#1260)

This commit is contained in:
Snazzah
2025-06-03 00:46:14 -05:00
committed by GitHub
parent c670a2551a
commit 83d34ef00c
2 changed files with 8 additions and 0 deletions

4
deno/voice/v8.ts generated
View File

@@ -476,6 +476,10 @@ export interface VoiceIdentifyData {
* Voice connection token
*/
token: string;
/**
* The maximum DAVE protocol version supported
*/
max_dave_protocol_version?: number;
}
/**

View File

@@ -476,6 +476,10 @@ export interface VoiceIdentifyData {
* Voice connection token
*/
token: string;
/**
* The maximum DAVE protocol version supported
*/
max_dave_protocol_version?: number;
}
/**