mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
typings(VoiceConnection): receivers is now receiver and no longer an array
PR: N/A
Commit: e2726f5a9a
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -1100,11 +1100,10 @@ declare module 'discord.js' {
|
|||||||
public readonly client: Client;
|
public readonly client: Client;
|
||||||
public readonly dispatcher: StreamDispatcher;
|
public readonly dispatcher: StreamDispatcher;
|
||||||
public player: object;
|
public player: object;
|
||||||
public receivers: VoiceReceiver[];
|
public receiver: VoiceReceiver;
|
||||||
public speaking: boolean;
|
public speaking: boolean;
|
||||||
public status: VoiceStatus;
|
public status: VoiceStatus;
|
||||||
public voiceManager: object;
|
public voiceManager: object;
|
||||||
public createReceiver(): VoiceReceiver;
|
|
||||||
public disconnect(): void;
|
public disconnect(): void;
|
||||||
public play(input: VoiceBroadcast | Readable | string, options?: StreamOptions): StreamDispatcher;
|
public play(input: VoiceBroadcast | Readable | string, options?: StreamOptions): StreamDispatcher;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user