diff --git a/src/types/voice/voice_state.ts b/src/types/voice/voice_state.ts index 156e15ad4..0d256b9a0 100644 --- a/src/types/voice/voice_state.ts +++ b/src/types/voice/voice_state.ts @@ -9,7 +9,7 @@ export interface VoiceState { /** The user id this voice state is for */ userId: string; /** The guild member this voice state is for */ - member?: GuildMemberWithUser; + member?: GuildMemberWithUser | null; /** The session id for this voice state */ sessionId: string; /** Whether this user is deafened by the server */