diff --git a/deno/payloads/v8/voice.ts b/deno/payloads/v8/voice.ts index 26895ba4..2474aa8e 100644 --- a/deno/payloads/v8/voice.ts +++ b/deno/payloads/v8/voice.ts @@ -77,10 +77,6 @@ export interface APIVoiceRegion { * Name of the region */ name: string; - /** - * `true` if this is a vip-only server - */ - vip: boolean; /** * `true` for a single server that is closest to the current user's client */ diff --git a/deno/payloads/v9/voice.ts b/deno/payloads/v9/voice.ts index 26895ba4..2474aa8e 100644 --- a/deno/payloads/v9/voice.ts +++ b/deno/payloads/v9/voice.ts @@ -77,10 +77,6 @@ export interface APIVoiceRegion { * Name of the region */ name: string; - /** - * `true` if this is a vip-only server - */ - vip: boolean; /** * `true` for a single server that is closest to the current user's client */ diff --git a/payloads/v8/voice.ts b/payloads/v8/voice.ts index 4e7d68ce..d2a100a5 100644 --- a/payloads/v8/voice.ts +++ b/payloads/v8/voice.ts @@ -77,10 +77,6 @@ export interface APIVoiceRegion { * Name of the region */ name: string; - /** - * `true` if this is a vip-only server - */ - vip: boolean; /** * `true` for a single server that is closest to the current user's client */ diff --git a/payloads/v9/voice.ts b/payloads/v9/voice.ts index 4e7d68ce..d2a100a5 100644 --- a/payloads/v9/voice.ts +++ b/payloads/v9/voice.ts @@ -77,10 +77,6 @@ export interface APIVoiceRegion { * Name of the region */ name: string; - /** - * `true` if this is a vip-only server - */ - vip: boolean; /** * `true` for a single server that is closest to the current user's client */