mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
fix(VoiceConnection): make #dispatcher nullable (#5217)
This commit is contained in:
Vendored
+1
-1
@@ -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