mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Remove BroadcastAudioPlayer from typings (#3692)
This commit is contained in:
parent
629c57f890
commit
75fe1faf2f
1 changed files with 0 additions and 1 deletions
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue