Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/types/voice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down