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