From c966aa24579a27e7546862810aea3792a5cbd4eb Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 18 Aug 2018 10:58:29 +0200 Subject: [PATCH] typings(VoiceRegion): remove no longer existing sampleHostname --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index bf104615f..9c8f7b3f5 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1152,7 +1152,6 @@ declare module 'discord.js' { public id: string; public name: string; public optimal: boolean; - public sampleHostname: string; public vip: boolean; public toJSON(): object; }