From 75fe1faf2f95775ae29883bfcf6f27651a1b53b2 Mon Sep 17 00:00:00 2001 From: Gryffon Bellish Date: Mon, 13 Jan 2020 17:45:58 -0500 Subject: [PATCH] Remove BroadcastAudioPlayer from typings (#3692) --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 9e64598b0..3e6aec40f 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1476,7 +1476,6 @@ declare module 'discord.js' { constructor(client: Client); public client: Client; public subscribers: StreamDispatcher[]; - private player: BroadcastAudioPlayer; public readonly dispatcher: BroadcastDispatcher; public play(input: string | Readable, options?: StreamOptions): BroadcastDispatcher;