mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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 readonly client: Client;
|
||||
public readonly dispatcher: StreamDispatcher;
|
||||
public readonly dispatcher: StreamDispatcher | null;
|
||||
public player: object;
|
||||
public receiver: VoiceReceiver;
|
||||
public speaking: Readonly<Speaking>;
|
||||
|
||||
Reference in New Issue
Block a user