Skip to content

Commit

Permalink
fix(VoiceConnection): make #dispatcher nullable (#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed Jan 22, 2021
1 parent 5ac3b57 commit 0d5de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -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>;
Expand Down

0 comments on commit 0d5de43

Please sign in to comment.