Remove BroadcastAudioPlayer from typings (#3692)

This commit is contained in:
Gryffon Bellish
2020-01-13 17:45:58 -05:00
committed by Amish Shah
parent 629c57f890
commit 75fe1faf2f

1
typings/index.d.ts vendored
View File

@@ -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;