mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43: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;
|
this.name = data.name;
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether the region is VIP-only
|
|
||||||
* @type {boolean}
|
|
||||||
*/
|
|
||||||
this.vip = data.vip;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether the region is deprecated
|
* Whether the region is deprecated
|
||||||
* @type {boolean}
|
* @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 id: string;
|
||||||
public name: string;
|
public name: string;
|
||||||
public optimal: boolean;
|
public optimal: boolean;
|
||||||
public vip: boolean;
|
|
||||||
public toJSON(): unknown;
|
public toJSON(): unknown;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user