mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(VoiceRegion): remove the unsent vip field (#6759)
This commit is contained in:
@@ -19,12 +19,6 @@ class VoiceRegion {
|
||||
*/
|
||||
this.name = data.name;
|
||||
|
||||
/**
|
||||
* Whether the region is VIP-only
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.vip = data.vip;
|
||||
|
||||
/**
|
||||
* Whether the region is deprecated
|
||||
* @type {boolean}
|
||||
|
||||
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -2459,7 +2459,6 @@ export class VoiceRegion {
|
||||
public id: string;
|
||||
public name: string;
|
||||
public optimal: boolean;
|
||||
public vip: boolean;
|
||||
public toJSON(): unknown;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user