mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
fix(VoiceConnection): make #dispatcher nullable (#5217)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1650,7 +1650,7 @@ declare module 'discord.js' {
|
|||||||
|
|
||||||
public channel: VoiceChannel;
|
public channel: VoiceChannel;
|
||||||
public readonly client: Client;
|
public readonly client: Client;
|
||||||
public readonly dispatcher: StreamDispatcher;
|
public readonly dispatcher: StreamDispatcher | null;
|
||||||
public player: object;
|
public player: object;
|
||||||
public receiver: VoiceReceiver;
|
public receiver: VoiceReceiver;
|
||||||
public speaking: Readonly<Speaking>;
|
public speaking: Readonly<Speaking>;
|
||||||
|
|||||||
Reference in New Issue
Block a user