diff --git a/deno/voice/v8.ts b/deno/voice/v8.ts index 7e2dc818..7997c641 100644 --- a/deno/voice/v8.ts +++ b/deno/voice/v8.ts @@ -476,6 +476,10 @@ export interface VoiceIdentifyData { * Voice connection token */ token: string; + /** + * The maximum DAVE protocol version supported + */ + max_dave_protocol_version?: number; } /** diff --git a/voice/v8.ts b/voice/v8.ts index 7e2dc818..7997c641 100644 --- a/voice/v8.ts +++ b/voice/v8.ts @@ -476,6 +476,10 @@ export interface VoiceIdentifyData { * Voice connection token */ token: string; + /** + * The maximum DAVE protocol version supported + */ + max_dave_protocol_version?: number; } /**