From 7db69531d86fe5bdd462747b1e1287ee6b2dc496 Mon Sep 17 00:00:00 2001 From: Almeida Date: Tue, 5 Oct 2021 09:29:17 +0100 Subject: [PATCH] refactor(APIVoiceRegion): removed `vip` property (#214) BREAKING CHANGE: The `vip` property has been removed. --- deno/payloads/v8/voice.ts | 4 ---- deno/payloads/v9/voice.ts | 4 ---- payloads/v8/voice.ts | 4 ---- payloads/v9/voice.ts | 4 ---- 4 files changed, 16 deletions(-) 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 */