From 0f15d86735a8e07b4e0e2eddd2e240d61e67124d Mon Sep 17 00:00:00 2001 From: Almeida Date: Tue, 5 Oct 2021 12:44:41 +0100 Subject: [PATCH] types(VoiceRegion): deprecated `vip` property (#254) --- src/types/voice.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/types/voice.ts b/src/types/voice.ts index a9e5c3fa..83949b46 100644 --- a/src/types/voice.ts +++ b/src/types/voice.ts @@ -50,8 +50,11 @@ export interface VoiceRegion { id: string /** Name of the region */ name: string - /** True if this is a vip-only server */ - vip: boolean + /** + * True if this is a vip-only server + * @deprecated This field is no longer sent + */ + vip: false /** True for a single server that is closest to the current user's client */ optimal: boolean /** Whether this is a deprecated voice region (avoid switching to these) */