mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +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);
|
constructor(client: Client);
|
||||||
public client: Client;
|
public client: Client;
|
||||||
public subscribers: StreamDispatcher[];
|
public subscribers: StreamDispatcher[];
|
||||||
private player: BroadcastAudioPlayer;
|
|
||||||
public readonly dispatcher: BroadcastDispatcher;
|
public readonly dispatcher: BroadcastDispatcher;
|
||||||
public play(input: string | Readable, options?: StreamOptions): BroadcastDispatcher;
|
public play(input: string | Readable, options?: StreamOptions): BroadcastDispatcher;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user