mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Remove BroadcastAudioPlayer from typings (#3692)
This commit is contained in:
committed by
Amish Shah
parent
629c57f890
commit
75fe1faf2f
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user