mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
typings(VoiceRegion): remove no longer existing sampleHostname
This commit is contained in:
parent
b2707e9ee5
commit
c966aa2457
1 changed files with 0 additions and 1 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -1152,7 +1152,6 @@ declare module 'discord.js' {
|
||||||
public id: string;
|
public id: string;
|
||||||
public name: string;
|
public name: string;
|
||||||
public optimal: boolean;
|
public optimal: boolean;
|
||||||
public sampleHostname: string;
|
|
||||||
public vip: boolean;
|
public vip: boolean;
|
||||||
public toJSON(): object;
|
public toJSON(): object;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue