mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings(VoiceConnection): receivers is now receiver and no longer an array
PR: N/A
Commit: e2726f5a9a
This commit is contained in:
parent
5942e8becc
commit
6841b4e66a
1 changed files with 1 additions and 2 deletions
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 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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue