diff --git a/typings/index.d.ts b/typings/index.d.ts index f67831e51932..ec55edc0410c 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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;